File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
samples/ChatGptStreamConsole Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"ChatGPT" : {
3
- "Provider" : " Azure " , // Optional. Allowed values: OpenAI (default) or Azure
4
- "ApiKey" : " 9db3b3be75824dfc8b5d43d6548b1e66 " , // Required
3
+ "Provider" : " OpenAI " , // Optional. Allowed values: OpenAI (default) or Azure
4
+ "ApiKey" : " " , // Required
5
5
//"Organization": "", // Optional, used only by OpenAI
6
- "ResourceName" : " commonservice-eastus " , // Required when using Azure OpenAI Service
6
+ "ResourceName" : " " , // Required when using Azure OpenAI Service
7
7
"ApiVersion" : " 2024-07-01-preview" , // Optional, used only by Azure OpenAI Service (default: 2024-07-01-preview)
8
8
"AuthenticationType" : " ApiKey" , // Optional, used only by Azure OpenAI Service. Allowed values: ApiKey (default) or ActiveDirectory
9
9
10
- "DefaultModel" : " gpt-4 " ,
10
+ "DefaultModel" : " my-model " ,
11
11
"DefaultEmbeddingModel" : " text-embedding-ada-002" , // Optional, set it if you want to use embeddings
12
12
"MessageLimit" : 20 ,
13
13
"MessageExpiration" : " 00:30:00" ,
You can’t perform that action at this time.
0 commit comments