This commit is contained in:
Adil Hafeez 2025-02-12 14:48:23 -08:00
parent d2ad943f63
commit 9cb04756c5
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
13 changed files with 181 additions and 90 deletions

View file

@ -1,23 +1,24 @@
version: "0.1-beta"
listener:
address: 0.0.0.0
port: 10000
message_format: huggingface
connect_timeout: 0.005s
listeners:
prompt_gateway:
address: 0.0.0.0
message_format: openai
timeout: 30s
overrides:
# confidence threshold for prompt target intent matching
prompt_target_intent_matching_threshold: 0.6
optimize_context_window: true
endpoints:
acm_service:
endpoint: host.docker.internal:8001
connect_timeout: 0.005s
connect_timeout: 0.25s
http_host: localhost
local_proxy_service:
endpoint: host.docker.internal:8002
connect_timeout: 0.005s
connect_timeout: 0.25s
http_host: localhost
llm_providers:

View file

@ -1,4 +1,4 @@
FROM jaegertracing/all-in-one:1.62.0
FROM jaegertracing/jaeger:2.3.0
HEALTHCHECK \
--interval=1s \
--timeout=1s \