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 ac2d669
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 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 Expand Up @@ -81,3 +81,7 @@ ingest:
image: "content"

export_extracted: True

rag:
database_url: ${oc.env:DATABASE_URL}
enable_chat_memory: ${oc.decode:${oc.env:ENABLE_AUTHENTICATION}}

0 comments on commit ac2d669

Please sign in to comment.