examples: always use loguru for logging

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-22 11:51:49 -07:00
parent 972d65f61b
commit fdc508a1a5
7 changed files with 37 additions and 36 deletions

View File

@@ -20,10 +20,6 @@ from pipecat.transports.network.small_webrtc import SmallWebRTCTransport
load_dotenv(override=True)
logger.remove(0)
logger.add(sys.stderr, level="DEBUG")
SYSTEM_INSTRUCTION = f"""
"You are Gemini Chatbot, a friendly, helpful robot.