Skip to content

Commit

Permalink
revert appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dehoward committed Aug 3, 2023
1 parent b8cf65e commit c5492e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
//
"AIService": {
"Type": "AzureOpenAI",
"Endpoint": "https://lightspeed-team-shared-openai.openai.azure.com/", // ignored when AIService is "OpenAI"
"Key": "9e2fe86fbbfd4438bdc9bf81e8a1a9c3",
"Endpoint": "", // ignored when AIService is "OpenAI"
"Key": "",
"Models": {
"Completion": "gpt-35-turbo", // For OpenAI, change to 'gpt-3.5-turbo' (with a period).
"Embedding": "text-embedding-ada-002",
Expand Down

0 comments on commit c5492e2

Please sign in to comment.