From eaa55ac6fd3de8d0496865be21e20b82da938f54 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 15 Nov 2023 17:00:14 -0800 Subject: [PATCH] (chore) remove bloat deprecated config.json --- litellm/config.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 litellm/config.json diff --git a/litellm/config.json b/litellm/config.json deleted file mode 100644 index 14ba288d1f..0000000000 --- a/litellm/config.json +++ /dev/null @@ -1,14 +0,0 @@ - -{ - "gpt-4": { - "prompt": "hello i am a coding assistant", - "temperature": 0.7, - "max_tokens": 10 - }, - "claude-instant-1.2": { - "prompt": "hello i am a coding assistant", - "temperature": 0.7, - "max_tokens": 10 - } -} - \ No newline at end of file