From 87740b43febe75b00412eda2bb67300023b79f04 Mon Sep 17 00:00:00 2001 From: tylerreed Date: Fri, 3 May 2024 20:45:44 -0400 Subject: [PATCH] updated config lists, and lm studio config updates --- .../{OAI_CONFIG_LIST => config/OAI_CONFIG_LIST.json} | 0 autogen_lmstudio_connection/OAI_CONFIG_LIST.json | 7 +++++++ autogen_logging/OAI_CONFIG_LIST.json | 6 ++++++ autogen_math_solving/OAI_CONFIG_LIST.json | 6 ++++++ .../{OAI_CONFIG_LIST => OAI_CONFIG_LIST.json} | 0 5 files changed, 19 insertions(+) rename autogen_functions/{OAI_CONFIG_LIST => config/OAI_CONFIG_LIST.json} (100%) create mode 100644 autogen_lmstudio_connection/OAI_CONFIG_LIST.json create mode 100644 autogen_logging/OAI_CONFIG_LIST.json create mode 100644 autogen_math_solving/OAI_CONFIG_LIST.json rename autogen_multiple_configs/{OAI_CONFIG_LIST => OAI_CONFIG_LIST.json} (100%) 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