microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.84k stars 5.05k forks source link

Update model-client docs to include external LLM support via OpenAI c… #4141

Closed vballoli closed 1 week ago

vballoli commented 2 weeks ago

…lient

Why are these changes needed?

Adds documentation for users that need to use different LLMs through the OpenAI API

Related issue number

"Addresses: #4117"

Checks

ekzhu commented 2 weeks ago

Thanks for the speedy turn around

ekzhu commented 1 week ago

@vballoli thanks for the fast turn-around and edits, though after discussion with our team we decided to make the list of supported models more precise. I will submit a separate PR for this issue.

ekzhu commented 1 week ago

Will address in a separate PR. Thank you @vballoli for the work! It helps to inform us the newly added OpenAI endpoint support from Gemini.

vballoli commented 1 week ago

Happy to help! Looking forward to contributing more to autogen

ekzhu commented 1 week ago

@vballoli I opened a separate issue: https://github.com/microsoft/autogen/issues/4174

Meanwhile, if you are interested in maintaining a Gemini client as a community autogen package, you can take a look at the instruction here: https://microsoft.github.io/autogen/dev/user-guide/extensions-user-guide/index.html#list-of-community-projects

vballoli commented 1 week ago

Yep this looks good - I'll follow up on creating this over the weekend