ciaochris commited on
Commit
607b0b5
·
verified ·
1 Parent(s): e47ff5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def get_diagnosis(age, gender, symptoms, medical_history):
54
  "content": prompt,
55
  }
56
  ],
57
- model="mixtral-8x7b-32768",
58
  temperature=0.5,
59
  max_tokens=1500,
60
  )
 
54
  "content": prompt,
55
  }
56
  ],
57
+ model="llama3-groq-8b-8192-tool-use-preview",
58
  temperature=0.5,
59
  max_tokens=1500,
60
  )