Spaces:
Running
Running
Commit
·
2a03c9d
1
Parent(s):
cd6d270
updated
Browse files
bot/bot_websocket_server.py
CHANGED
@@ -7,7 +7,7 @@ from pipecat.pipeline.pipeline import Pipeline
|
|
7 |
from pipecat.pipeline.runner import PipelineRunner
|
8 |
from pipecat.pipeline.task import PipelineParams, PipelineTask
|
9 |
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
|
10 |
-
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
|
11 |
|
12 |
from pipecat.services.ollama.llm import OLLamaLLMService
|
13 |
|
|
|
7 |
from pipecat.pipeline.runner import PipelineRunner
|
8 |
from pipecat.pipeline.task import PipelineParams, PipelineTask
|
9 |
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
|
10 |
+
# from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
|
11 |
|
12 |
from pipecat.services.ollama.llm import OLLamaLLMService
|
13 |
|