Skip to content

Commit 3f0fe8a

Browse files
add config for dignosis
1 parent fed61a0 commit 3f0fe8a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
general_settings:
2+
# Enable storing models in the database
3+
store_model_in_db: true
4+
5+
# Enable request/response logging in spend logs
6+
store_prompts_in_spend_logs: true
7+
8+
# Optional: Set max parallel requests (uncomment if needed)
9+
# max_parallel_requests: 100
10+
11+
# Optional: Enable success/failure callbacks for logging (uncomment if needed)
12+
# success_callback: ["langfuse"]
13+
# failure_callback: ["langfuse"]

0 commit comments

Comments
 (0)