KeyserDSoze / Rystem.OpenAi

.Net wrapper for OpenAI with Dependency injection integration, factory integration: you may inject more than one endpoint, azure integration: you may swap among openai endpoint and any azure endpoint quickly and easily. You can calculate tokens and cost for each request (before the request) and for each response.
MIT License
89 stars 11 forks source link

Assistants API #68

Open minzdrav opened 11 months ago

minzdrav commented 11 months ago

Describe the feature or improvement you're requesting

Hi @KeyserDSoze OpenAI has released a new API build specially for assistants. Could you please implement this for your library? https://platform.openai.com/docs/assistants/overview Thank you!

Additional context

No response

KeyserDSoze commented 10 months ago

I'm thinking to add all beta endpoints and functionalities developed by openai in next week.

simsekahmett commented 6 months ago

hi @KeyserDSoze, Do we have Assistant support on Rystem.OpenAi library now ?

KeyserDSoze commented 6 months ago

Sorry, i'm working on another project, until the end of this month I will come back on this one and I will insert all new features released by open ai and azure.

ahmetbsimsek commented 5 months ago

Hey @KeyserDSoze,

Any luck on this ?