Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ class DarijaTherapist:
|
|
63 |
|
64 |
# LLM setup
|
65 |
self.llm = HuggingFaceEndpoint(
|
66 |
-
endpoint_url="https://api-inference.huggingface.co/models/MBZUAI-Paris/Atlas-Chat-
|
67 |
task="text-generation",
|
68 |
temperature=0.7,
|
69 |
do_sample=True,
|
|
|
63 |
|
64 |
# LLM setup
|
65 |
self.llm = HuggingFaceEndpoint(
|
66 |
+
endpoint_url="https://api-inference.huggingface.co/models/MBZUAI-Paris/Atlas-Chat-2B",
|
67 |
task="text-generation",
|
68 |
temperature=0.7,
|
69 |
do_sample=True,
|