From b5a456498bd6ebb25bc9b5d838e143fe5fd7850e Mon Sep 17 00:00:00 2001 From: cotran2 Date: Thu, 10 Oct 2024 20:49:59 +0000 Subject: [PATCH] fix extra white space --- demos/function_calling/docker-compose.yaml | 1 - demos/insurance_agent/docker-compose.yaml | 1 - demos/network_agent/docker-compose.yaml | 1 - 3 files changed, 3 deletions(-) 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" -