From 4dbe39dafa3752326941a637268e7659fbcaf91a Mon Sep 17 00:00:00 2001 From: Jonathan Lucas Date: Tue, 3 Jun 2025 13:28:18 -0500 Subject: [PATCH] Removed unnecessary config file --- models_config.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 models_config.yml diff --git a/models_config.yml b/models_config.yml deleted file mode 100644 index de3e9f2..0000000 --- a/models_config.yml +++ /dev/null @@ -1,24 +0,0 @@ -# models_config.yaml - -GEMINI: - api_key_env: GEMINI_API_KEY - base_url: https://generativelanguage.googleapis.com/v1beta - supports_switching: true - switch_options: - small: - name: gemini-pro - max_tokens: 2048 - large: - name: gemini-1.5-pro-latest - max_tokens: 8192 -OPENAI: - api_key_env: OPENAI_API_KEY - base_url: null # Indicates to use the default OpenAI API base URL - supports_switching: true - switch_options: - small: - name: gpt-3.5-turbo - max_tokens: null - large: - name: gpt-4 - max_tokens: null \ No newline at end of file