mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 08:18:09 +00:00
14 lines
259 B
JSON
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
|
|
}
|
|
}
|
|
|