Files
litellm/litellm/config.json
T
2023-09-01 14:16:12 -07:00

14 lines
259 B
JSON

{
"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
}
}