Skip to content

Commit

Permalink
Changes to the RAG implementation for the updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
parshvadaftari committed Sep 10, 2024
1 parent b8e88c8 commit 443af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/voice-assistant/simple-rag/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def _enrich_with_rag(assistant: VoiceAssistant, chat_ctx: llm.ChatContext)
stt=deepgram.STT(),
llm=openai.LLM(),
tts=openai.TTS(),
before_llm_cb=_enrich_with_rag,
will_synthesize_assistant_reply=_enrich_with_rag,
)

assistant.start(ctx.room)
Expand Down

0 comments on commit 443af26

Please sign in to comment.