DeveloperZelentsov / AiSwiftAssist

A Swift library for integrating with the OpenAI Assistants API, enabling the creation and management of assistants, message processing, and AI runs.
https://platform.openai.com/docs/api-reference/assistants
Apache License 2.0
25 stars 5 forks source link

Assistent_IDs #13

Open just1984 opened 5 months ago

just1984 commented 5 months ago

Hey there, thanky our for your work <3 is it possible to connect to assistent-IDs that i created on playground? Tx

DeveloperZelentsov commented 4 months ago

Hello and thank you for your kind words! 🌟 Yes, it is indeed possible to connect to assistant-IDs that you've created on the playground. With the provided API, you can manage assistants including creating, retrieving, modifying, and deleting them. Specifically, you can use the retrieve(by assistantId: String) async throws -> ASAAssistant function to connect to an existing assistant by its ID. This allows you to interact with and manage the assistants you've created according to your needs. If you have any more questions or need further assistance, feel free to ask. Happy coding! 🚀✨