diff --git a/autogen_functions/OAI_CONFIG_LIST b/autogen_functions/config/OAI_CONFIG_LIST.json similarity index 100% rename from autogen_functions/OAI_CONFIG_LIST rename to autogen_functions/config/OAI_CONFIG_LIST.json diff --git a/autogen_lmstudio_connection/OAI_CONFIG_LIST.json b/autogen_lmstudio_connection/OAI_CONFIG_LIST.json new file mode 100644 index 0000000..7a0d6f8 --- /dev/null +++ b/autogen_lmstudio_connection/OAI_CONFIG_LIST.json @@ -0,0 +1,7 @@ +[ + { + "model": "phi", + "api_key": "lm-studio", + "base_url": "http://localhost:1234/v1" + } +] \ No newline at end of file diff --git a/autogen_logging/OAI_CONFIG_LIST.json b/autogen_logging/OAI_CONFIG_LIST.json new file mode 100644 index 0000000..d5c274b --- /dev/null +++ b/autogen_logging/OAI_CONFIG_LIST.json @@ -0,0 +1,6 @@ +[ + { + "model": "gpt-3.5-turbo", + "api_key": "sk-1111" + } +] \ No newline at end of file diff --git a/autogen_math_solving/OAI_CONFIG_LIST.json b/autogen_math_solving/OAI_CONFIG_LIST.json new file mode 100644 index 0000000..d5c274b --- /dev/null +++ b/autogen_math_solving/OAI_CONFIG_LIST.json @@ -0,0 +1,6 @@ +[ + { + "model": "gpt-3.5-turbo", + "api_key": "sk-1111" + } +] \ No newline at end of file diff --git a/autogen_multiple_configs/OAI_CONFIG_LIST b/autogen_multiple_configs/OAI_CONFIG_LIST.json similarity index 100% rename from autogen_multiple_configs/OAI_CONFIG_LIST rename to autogen_multiple_configs/OAI_CONFIG_LIST.json