mindspark121 commited on
Commit
d01f9f3
·
verified ·
1 Parent(s): 5578ac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def generate_empathetic_response(user_input, retrieved_question):
99
  {"role": "system", "content": "You are a helpful, empathetic AI psychiatrist."},
100
  {"role": "user", "content": prompt}
101
  ],
102
- model="llama3-8b", # ✅ Use Groq's LLaMA-3 Model
103
  temperature=0.8,
104
  top_p=0.9
105
  )
 
99
  {"role": "system", "content": "You are a helpful, empathetic AI psychiatrist."},
100
  {"role": "user", "content": prompt}
101
  ],
102
+ model="llama-3.3-70b-versatile", # ✅ Use Groq's LLaMA-3 Model
103
  temperature=0.8,
104
  top_p=0.9
105
  )