diff --git a/litellm/config.json b/litellm/config.json index a6707a1ee..14ba288d1 100644 --- a/litellm/config.json +++ b/litellm/config.json @@ -1,6 +1,14 @@ + { - "model": "command-nightly", - "temperature": 0.7, - "max_tokens": 10 - } + "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