Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|