Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GOOGLE_SERVICE_ACCOUNT=/app/credentials/chatbot-sa.json
# ============================================================
MODEL_URI=google_genai:gemini-2.5-flash
MODEL_TEMPERATURE=0.2
THINKING_LEVEL=low

# ============================================================
# == LangSmith settings ==
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Mock LLM configuration
MODEL_URI: mock-model-uri
MODEL_TEMPERATURE: 0.0
MAX_TOKENS: 4096
THINKING_LEVEL: low

# Mock LangSmith configuration
LANGSMITH_TRACING: false
Expand Down
224 changes: 58 additions & 166 deletions app/agent/prompts.py

Large diffs are not rendered by default.

Loading