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 22, 2024
1 parent 9fcdaba commit 97a64cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/rag_2/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ text_llm:
azure_endpoint: ${oc.env:TEXT_OPENAI_ENDPOINT}
openai_api_key: ${oc.env:TEXT_OPENAI_API_KEY}
openai_api_version: "2024-02-15-preview"
deployment_name: "gpt4"
deployment_name: "gpt4-turbo"
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 @@ -10,7 +10,7 @@ text_llm:
azure_endpoint: ${oc.env:TEXT_OPENAI_ENDPOINT}
openai_api_key: ${oc.env:TEXT_OPENAI_API_KEY}
openai_api_version: "2024-02-15-preview"
deployment_name: "gpt4"
deployment_name: "gpt4-turbo"
temperature: 0.0
max_tokens: 1024

Expand Down

0 comments on commit 97a64cb

Please sign in to comment.