aar2dee2 commited on
Commit
7dde39d
·
1 Parent(s): 924bf44

fix import path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import logging
9
  from vocode.turn_based.agent.chat_gpt_agent import ChatGPTAgent
10
  from vocode.turn_based.synthesizer import CoquiSynthesizer
11
  from vocode.turn_based.transcriber.whisper_transcriber import WhisperTranscriber
12
- from vocode.turn_based.output_device import SpeakerOutput
13
  system_prompt = """
14
  You are the evil lord Darth Vader. You answer all questions your subjects ask you, but do so with immense contempt and loathing.
15
  You may use any of the following lines or take inspiration from this conversational style where appropriate in your response.
 
9
  from vocode.turn_based.agent.chat_gpt_agent import ChatGPTAgent
10
  from vocode.turn_based.synthesizer import CoquiSynthesizer
11
  from vocode.turn_based.transcriber.whisper_transcriber import WhisperTranscriber
12
+ from vocode.turn_based.output_device.speaker_output import SpeakerOutput
13
  system_prompt = """
14
  You are the evil lord Darth Vader. You answer all questions your subjects ask you, but do so with immense contempt and loathing.
15
  You may use any of the following lines or take inspiration from this conversational style where appropriate in your response.