ciaochris commited on
Commit
56266aa
·
verified ·
1 Parent(s): 9528316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def get_diagnosis(age, gender, symptoms, medical_history):
75
  "content": prompt,
76
  }
77
  ],
78
- model="mixtral-8x7b-32768", # Updated to a valid Groq model
79
  temperature=0.5,
80
  max_tokens=1500,
81
  )
 
75
  "content": prompt,
76
  }
77
  ],
78
+ model="llama-3.1-8b-instant", # Updated to a valid Groq model
79
  temperature=0.5,
80
  max_tokens=1500,
81
  )