wire llms, ui tweaks
This commit is contained in:
@@ -5,5 +5,7 @@ metadata:
|
||||
namespace: unt
|
||||
data:
|
||||
DEFAULT_SCENARIO: "weather_disruption_ord"
|
||||
USE_BEDROCK: "false"
|
||||
LLM_PROVIDER: "groq"
|
||||
GROQ_API_KEY: "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"
|
||||
GROQ_MODEL: "llama-3.3-70b-versatile"
|
||||
LANGFUSE_HOST: "http://langfuse:3000"
|
||||
|
||||
@@ -18,6 +18,10 @@ server {
|
||||
proxy_pass http://api:8000;
|
||||
}
|
||||
|
||||
location /config {
|
||||
proxy_pass http://api:8000;
|
||||
}
|
||||
|
||||
location /ws/ {
|
||||
proxy_pass http://api:8000;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user