Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shipinev authored Aug 9, 2024
1 parent dc8972c commit 3a83729
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ github "exyte/OpenAI"
* iOS 16+, tvOS 16+, macOS 13+, watchOS 8+
* Xcode 15+

## Development Roadmap

- [x] Models
- [x] Files
- [x] Assistants
- [x] Run streaming
- [x] Chat
- [x] Swift Concurrency support
- [ ] Audio
- [ ] Images
- [ ] Moderations
- [ ] Fine-tuning
- [ ] Vector Store Files

# Assistants API usage

1. [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.
Expand Down Expand Up @@ -374,20 +388,6 @@ To try the OpenAIAssistants examples:
- Open OpenAIAssistantsExample/OpenAIAssistantsExample.xcodeproj
- Try it!

## Development Roadmap

- [x] Models
- [x] Files
- [x] Assistants
- [x] Run streaming
- [x] Chat
- [x] Swift Concurrency support
- [ ] Audio
- [ ] Images
- [ ] Moderations
- [ ] Fine-tuning
- [ ] Vector Store Files

## Our other open source SwiftUI libraries
[PopupView](https://github.com/exyte/PopupView) - Toasts and popups library
[Grid](https://github.com/exyte/Grid) - The most powerful Grid container
Expand Down

0 comments on commit 3a83729

Please sign in to comment.