Skip to content

Commit

Permalink
update Azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 21, 2024
1 parent 868d99d commit 5589c50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/rag_1/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vision_llm:
azure_endpoint: ${oc.env:VISION_OPENAI_ENDPOINT}
openai_api_key: ${oc.env:VISION_OPENAI_API_KEY}
openai_api_version: "2024-02-15-preview"
deployment_name: "gpt-4-vision"
deployment_name: "gpt4-vision"
temperature: 0.0
max_tokens: 1024

Expand Down
2 changes: 1 addition & 1 deletion backend/rag_2/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vision_llm:
azure_endpoint: ${oc.env:VISION_OPENAI_ENDPOINT}
openai_api_key: ${oc.env:VISION_OPENAI_API_KEY}
openai_api_version: "2024-02-15-preview"
deployment_name: "gpt-4-vision"
deployment_name: "gpt4-vision"
temperature: 0.0
max_tokens: 1024

Expand Down
2 changes: 1 addition & 1 deletion backend/rag_3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vision_llm:
azure_endpoint: ${oc.env:VISION_OPENAI_ENDPOINT}
openai_api_key: ${oc.env:VISION_OPENAI_API_KEY}
openai_api_version: "2024-02-15-preview"
deployment_name: "gpt-4-vision"
deployment_name: "gpt4-vision"
temperature: 0.0
max_tokens: 1024

Expand Down
2 changes: 1 addition & 1 deletion template.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LANGCHAIN_TRACING_V2=true
LANGCHAIN_API_KEY=""
LANGCHAIN_PROJECT="rag-multimodal-demo"

EMBEDDING_OPENAI_ENDPOINT="https://udc-genai.openai.azure.com/"
EMBEDDING_OPENAI_ENDPOINT="https://genai-ds.openai.azure.com/"
EMBEDDING_OPENAI_API_KEY=""

0 comments on commit 5589c50

Please sign in to comment.