Skip to content

Commit

Permalink
updated config lists, and lm studio config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerprogramming committed May 4, 2024
1 parent c1de6dd commit 87740b4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions autogen_lmstudio_connection/OAI_CONFIG_LIST.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"model": "phi",
"api_key": "lm-studio",
"base_url": "http://localhost:1234/v1"
}
]
6 changes: 6 additions & 0 deletions autogen_logging/OAI_CONFIG_LIST.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"model": "gpt-3.5-turbo",
"api_key": "sk-1111"
}
]
6 changes: 6 additions & 0 deletions autogen_math_solving/OAI_CONFIG_LIST.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"model": "gpt-3.5-turbo",
"api_key": "sk-1111"
}
]
File renamed without changes.

0 comments on commit 87740b4

Please sign in to comment.