File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,20 @@ github "exyte/OpenAI"
4444* iOS 16+, tvOS 16+, macOS 13+, watchOS 8+
4545* Xcode 15+
4646
47+ ## Development Roadmap
48+
49+ - [x] Models
50+ - [x] Files
51+ - [x] Assistants
52+ - [x] Run streaming
53+ - [x] Chat
54+ - [x] Swift Concurrency support
55+ - [ ] Audio
56+ - [ ] Images
57+ - [ ] Moderations
58+ - [ ] Fine-tuning
59+ - [ ] Vector Store Files
60+
4761# Assistants API usage
4862
49631 . [ Obtain] ( https://platform.openai.com/account/api-keys ) your API key. Do not share this with others or expose it in any client-side code.
@@ -374,20 +388,6 @@ To try the OpenAIAssistants examples:
374388- Open OpenAIAssistantsExample/OpenAIAssistantsExample.xcodeproj
375389- Try it!
376390
377- ## Development Roadmap
378-
379- - [x] Models
380- - [x] Files
381- - [x] Assistants
382- - [x] Run streaming
383- - [x] Chat
384- - [x] Swift Concurrency support
385- - [ ] Audio
386- - [ ] Images
387- - [ ] Moderations
388- - [ ] Fine-tuning
389- - [ ] Vector Store Files
390-
391391## Our other open source SwiftUI libraries
392392[ PopupView] ( https://github.com/exyte/PopupView ) - Toasts and popups library
393393[ Grid] ( https://github.com/exyte/Grid ) - The most powerful Grid container
You can’t perform that action at this time.
0 commit comments