Update appsettings.json
This commit is contained in:
parent
35358f20b9
commit
c2de647b7a
|
|
@ -46,15 +46,11 @@
|
|||
"Provider": "azure-openai",
|
||||
"Models": [
|
||||
{
|
||||
"Id": "gpt-4o-mini",
|
||||
"Name": "gpt-4o-mini",
|
||||
"ApiKey": "c1cee6ddfb3d4f469587789efe7a2ba9",
|
||||
"Endpoint": "https://ai4c-demo.openai.azure.com/",
|
||||
"Type": "chat",
|
||||
"PromptCost": 0.0015,
|
||||
"CompletionCost": 0.002,
|
||||
"MaxTokens": null,
|
||||
"Temperature": 1.0
|
||||
"Id": "gpt-3.5-turbo",
|
||||
"Name": "gpt-35-turbo",
|
||||
"Version": "1106",
|
||||
"ApiKey": "",
|
||||
"Endpoint": "https://gpt-35-turbo-instruct.openai.azure.com/"
|
||||
},
|
||||
{
|
||||
"Name": "gpt-35-turbo-instruct",
|
||||
|
|
|
|||
Loading…
Reference in a new issue