diff --git a/demos/function_calling/docker-compose.yaml b/demos/function_calling/docker-compose.yaml index fec5b95b..6c6f0429 100644 --- a/demos/function_calling/docker-compose.yaml +++ b/demos/function_calling/docker-compose.yaml @@ -21,7 +21,6 @@ services: extra_hosts: - "host.docker.internal:host-gateway" - opentelemetry: build: context: . diff --git a/demos/insurance_agent/docker-compose.yaml b/demos/insurance_agent/docker-compose.yaml index a898cda0..372446ea 100644 --- a/demos/insurance_agent/docker-compose.yaml +++ b/demos/insurance_agent/docker-compose.yaml @@ -20,4 +20,3 @@ services: - CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1 extra_hosts: - "host.docker.internal:host-gateway" - diff --git a/demos/network_agent/docker-compose.yaml b/demos/network_agent/docker-compose.yaml index a6a9311f..7ea41173 100644 --- a/demos/network_agent/docker-compose.yaml +++ b/demos/network_agent/docker-compose.yaml @@ -21,4 +21,3 @@ services: - CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1 extra_hosts: - "host.docker.internal:host-gateway" -