mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix more
This commit is contained in:
parent
d2ad943f63
commit
9cb04756c5
13 changed files with 181 additions and 90 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM jaegertracing/all-in-one:1.62.0
|
||||
FROM jaegertracing/jaeger:2.3.0
|
||||
HEALTHCHECK \
|
||||
--interval=1s \
|
||||
--timeout=1s \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue