async-openai
async-openai copied to clipboard
Gemini Example | OpenAI Compatibility
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 compatible with OpenAI. Otherwise use byot feature on need-basis.
Hi @64bit! Gemini "OpenAI compatibility" is working fine but this library not supporting response models for it. So i think work needed to identify and deserialise response in gemini format.
@DarshanVanol a friendly reminder to include links for copyrighted material used https://github.com/64bit/async-openai/pull/353#pullrequestreview-2762813758
@64bit done! https://github.com/64bit/async-openai/pull/380