Skip to content

test prompt change and temperature change #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13", "windows-latest"]
python_version: ["3.10", "3.11", "3.12"]
python_version: ["3.12"]
exclude:
- os: macos-latest-xlarge
python_version: "3.10"
Expand Down
6 changes: 3 additions & 3 deletions evals/eval_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"target_url": "http://127.0.0.1:8000/chat",
"target_parameters": {
"overrides": {
"use_advanced_flow": true,
"top": 3,
"use_advanced_flow": false,
"top": 10,
"retrieval_mode": "hybrid",
"temperature": 0.3
"temperature": 1.0
}
},
"target_response_answer_jmespath": "message.content",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/fastapi_app/prompts/answer.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Assistant helps customers with questions about products.
Respond as if you are a salesperson helping a customer in a store. Do NOT respond with tables.
Respond in a very friendly way as if you are a salesperson helping a customer in a store. Do NOT respond with tables.
Answer ONLY with the product details listed in the products.
If there isn't enough information below, say you don't know.
Do not generate answers that don't use the sources below.
Expand Down
Loading