forked from phoenix/litellm-mirror
new config.json
This commit is contained in:
parent
99ce9873e9
commit
58c15d11cc
1 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue