Muhammadbilal10101 commited on
Commit
160a544
·
verified ·
1 Parent(s): 22caebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ class StreamingGroqLLM(GroqLLM):
37
  return ''.join(collected_messages)
38
 
39
  class StreamingAutismResearchBot(AutismResearchBot):
40
- def __init__(self, groq_api_key: str, stream_handler: StreamHandler, index_path: str = "./"):
41
  self.llm = StreamingGroqLLM(
42
  groq_api_key=groq_api_key,
43
  model_name="llama-3.3-70b-versatile",
 
37
  return ''.join(collected_messages)
38
 
39
  class StreamingAutismResearchBot(AutismResearchBot):
40
+ def __init__(self, groq_api_key: str, stream_handler: StreamHandler, index_path: str = "./index"):
41
  self.llm = StreamingGroqLLM(
42
  groq_api_key=groq_api_key,
43
  model_name="llama-3.3-70b-versatile",