Codeblockz commited on
Commit
7570222
·
verified ·
1 Parent(s): 5787574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ load_dotenv()
21
  groq_client = Groq()
22
  tts_client = get_tts_model()
23
  stt_model = get_stt_model()
24
- credentials = get_hf_turn_credentials()
25
 
26
  # See "Talk to Claude" in Cookbook for an example of how to keep
27
  # track of the chat history.
 
21
  groq_client = Groq()
22
  tts_client = get_tts_model()
23
  stt_model = get_stt_model()
24
+ credentials = get_hf_turn_credentials(token=None)
25
 
26
  # See "Talk to Claude" in Cookbook for an example of how to keep
27
  # track of the chat history.