forked from microsoft/autogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Improve config_list_from_json (microsoft#1026)
* Improve config_list_from_json The `env_or_file` variabe can point to an environment variable of file path. * Update autogen/oai/openai_utils.py Co-authored-by: Chi Wang <wang.chi@microsoft.com> * Use "with" to open config file * Remove unused. * Remove accidental added file --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com>
- Loading branch information
1 parent
d20bc09
commit b26e659
Showing
2 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters