Skip to content

Commit 4550706

Browse files
authored
Update ai-service.yaml
1 parent 1da12f1 commit 4550706

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ai-service.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ spec:
3030
value: ""
3131
- name: OPENAI_API_KEY # required if using OpenAI or Azure OpenAI without workload identity
3232
value: ""
33-
- name: AZURE_OPENAI_DALLE_ENDPOINT= # required if using Azure OpenAI DALL-E
33+
- name: AZURE_OPENAI_DALLE_ENDPOINT # required if using Azure OpenAI DALL-E
3434
value: ""
35-
- name: AZURE_OPENAI_API_VERSION=2024-02-15-preview # required if using Azure OpenAI DALL-E
35+
- name: AZURE_OPENAI_API_VERSION # required if using Azure OpenAI DALL-E
36+
value: "2024-02-15-preview"
37+
- name: AZURE_OPENAI_DALLE_DEPLOYMENT_NAME # required if using Azure OpenAI DALL-E
3638
value: ""
37-
- name: AZURE_OPENAI_DALLE_DEPLOYMENT_NAME= # required if using Azure OpenAI DALL-E
38-
value: ""
39-
- name: USE_LOCAL_LLM=False # set to True if you are using a local LLM provided by KAITO
39+
- name: USE_LOCAL_LLM # set to True if you are using a local LLM provided by KAITO
4040
value: "False"
4141
- name: "LOCAL_LLM_ENDPOINT" # required if using a local LLM
4242
value: ""

0 commit comments

Comments
 (0)