Himanshu Neema
Himanshu Neema
Comtrya is a promising project, I have faced similar problem in the past and mostly used shell scripts or Ansible - and always wonder if a tool can be built...
Given that officially Chat completion API is compatibale - this library should work without any changes. Hence it would be great to have a fully self contained example which works...
**Background** This project started around Nov 2022 because I did not find any production ready Rust libraries for OpenAI covering all APIs. And my non-comprehensive search back then did not...
https://platform.openai.com/docs/api-reference/uploads
https://platform.openai.com/docs/api-reference/administration
The line endings have changed from ~`LF` to `CRLF`~ `CRLF` to `LF`. `git diff -R` will show the change. It looks like there's some inconsistency on that front, might be...
https://ai.google.dev/gemini-api/docs/openai Create a self contained `examples/gemini` which demonstrate usage of this library for all samples listed on https://ai.google.dev/gemini-api/docs/openai. This library should work as is if Gemini "OpenAI compatibility" is fully...
Potentially a bug in macro where doc comment is generated twice For example: > Retrieves an assistant. Retrieves an assistant. https://docs.rs/async-openai/0.28.0/async_openai/struct.Assistants.html#method.retrieve
`realtime` feature in the crate was written without the spec, it seems be available now in the upstream spec.
There are many new changes in spec. This issue will be open for any future PR to address it on rolling basis. Please consider sending PR which syncs spec. Each...