jaafarhh commited on
Commit
1c4d358
·
verified ·
1 Parent(s): 2ed997d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-9B",
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,