ciaochris commited on
Commit
39fa983
·
verified ·
1 Parent(s): a4cb3c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def get_diagnosis(age: int, gender: str, symptoms: str, medical_history: str) ->
91
  "content": prompt,
92
  }
93
  ],
94
- model="llama-3.1-8b-instant",
95
  temperature=0.5,
96
  max_tokens=1500,
97
  )
 
91
  "content": prompt,
92
  }
93
  ],
94
+ model="llama-3.3-70b-versatile",
95
  temperature=0.5,
96
  max_tokens=1500,
97
  )