Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-smith committed Oct 23, 2024
1 parent d41a125 commit c09c183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AZURE_STORAGE_CONNECTION_STRING="my-connection-string"
AZURE_STORAGE_CONTAINER_NAME=my-container-name
AZURE_INITIAL_DATA_FILENAME=test-data.json

# llm config
# llm
ANSWER_AGENT_LLM="openai"
INTENT_AGENT_llm="openai"
VALIDATOR_AGENT_LLM="mistral"
Expand All @@ -47,7 +47,7 @@ CHART_GENERATOR_LLM="openai"
ROUTER_LLM="openai"
FILE_AGENT_LLM="openai"

# llm model
# model
ANSWER_AGENT_MODEL="gpt-4o mini"
INTENT_AGENT_MODEL="gpt-4o mini"
VALIDATOR_AGENT_MODEL="mistral-large-latest"
Expand Down

0 comments on commit c09c183

Please sign in to comment.