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