-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom openai base url in config_list_openai_aoai #762
Labels
good first issue
Good for newcomers
Comments
Why do we need this? |
To support local models. Currently, if a local model is defined with environment variables, it won't work. |
Why is that? Does openai's Client ignore the base_url? |
If the config is loaded by |
3 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 30, 2023
… in `test_utils.py`, fixing #762 (#1046) * fix for #762 ,get_config_list/oia assetion, docs, test * Improved docstrings * test_utils using fake data and temp files * "Black" formatting applied * Fix build (KEY_LOC and OAI_CONFIG_LIST as consts in test_client) * Ramping up openai_utils coverage * Missing parameter doc. --------- Co-authored-by: Eric Zhu <[email protected]>
whiskyboy
pushed a commit
to whiskyboy/autogen
that referenced
this issue
Apr 17, 2024
… in `test_utils.py`, fixing microsoft#762 (microsoft#1046) * fix for microsoft#762 ,get_config_list/oia assetion, docs, test * Improved docstrings * test_utils using fake data and temp files * "Black" formatting applied * Fix build (KEY_LOC and OAI_CONFIG_LIST as consts in test_client) * Ramping up openai_utils coverage * Missing parameter doc. --------- Co-authored-by: Eric Zhu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support to custom openai base url
The text was updated successfully, but these errors were encountered: