Skip to content

Commit

Permalink
Update server-chat-helpers.ts (mckaywrigley#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
qte123 authored Apr 2, 2024
1 parent 1d93725 commit d8d28b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/server-chat-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function addApiKeysToProfile(profile: Tables<"profiles">) {

[VALID_ENV_KEYS.AZURE_OPENAI_ENDPOINT]: "azure_openai_endpoint",
[VALID_ENV_KEYS.AZURE_GPT_35_TURBO_NAME]: "azure_openai_35_turbo_id",
[VALID_ENV_KEYS.AZURE_GPT_45_VISION_NAME]: "azure_openai_45vision_id",
[VALID_ENV_KEYS.AZURE_GPT_45_VISION_NAME]: "azure_openai_45_vision_id",
[VALID_ENV_KEYS.AZURE_GPT_45_TURBO_NAME]: "azure_openai_45_turbo_id",
[VALID_ENV_KEYS.AZURE_EMBEDDINGS_NAME]: "azure_openai_embeddings_id"
}
Expand Down

0 comments on commit d8d28b0

Please sign in to comment.