new config.json

This commit is contained in:
ishaan-jaff 2023-09-01 14:16:10 -07:00
parent 99ce9873e9
commit 58c15d11cc

View file

@ -1,6 +1,14 @@
{ {
"model": "command-nightly", "gpt-4": {
"temperature": 0.7, "prompt": "hello i am a coding assistant",
"max_tokens": 10 "temperature": 0.7,
} "max_tokens": 10
},
"claude-instant-1.2": {
"prompt": "hello i am a coding assistant",
"temperature": 0.7,
"max_tokens": 10
}
}