[feat] update config for github copilot
This commit is contained in:
parent
9ed24b1ae9
commit
bda5b85cc0
1 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@ docker:
|
||||||
base_url: unix:///var/run/docker.sock
|
base_url: unix:///var/run/docker.sock
|
||||||
|
|
||||||
sandbox:
|
sandbox:
|
||||||
image: nginx:1.27-alpine
|
image: mrkan0/lambda-agent:arm
|
||||||
network_name: sandbox
|
network_name: sandbox
|
||||||
agent_service_port: 8000
|
agent_service_port: 8000
|
||||||
ttl_seconds: 300
|
ttl_seconds: 3000
|
||||||
cleanup_interval_seconds: 60
|
cleanup_interval_seconds: 60
|
||||||
chats_root: /tmp/master-sandbox/chats
|
chats_root: /tmp/master-sandbox/chats
|
||||||
dependencies_host_path: /tmp/master-sandbox/dependencies
|
dependencies_host_path: /tmp/master-sandbox/dependencies
|
||||||
|
|
@ -44,9 +44,9 @@ sandbox:
|
||||||
LANGFUSE_PUBLIC_KEY: pk-lf-
|
LANGFUSE_PUBLIC_KEY: pk-lf-
|
||||||
LANGFUSE_SECRET_KEY: sk-lf-
|
LANGFUSE_SECRET_KEY: sk-lf-
|
||||||
LANGFUSE_HOST: http://localhost:5000
|
LANGFUSE_HOST: http://localhost:5000
|
||||||
PROVIDER_URL: http://host.docker.internal:8000/v1
|
PROVIDER_URL: http://host.docker.internal:8080/v1
|
||||||
PROVIDER_API_KEY: "1234"
|
PROVIDER_API_KEY: "1234"
|
||||||
PROVIDER_MODEL: supergemma4-26b-uncensored-mlx-4bit-v2
|
PROVIDER_MODEL: gemini-3.1-pro-preview
|
||||||
COMPOSIO_API_KEY: ck_r-3c8ClArmcHuSzK5TYu
|
COMPOSIO_API_KEY: ck_r-3c8ClArmcHuSzK5TYu
|
||||||
|
|
||||||
security:
|
security:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue