ciaochris commited on
Commit
792bb3e
·
verified ·
1 Parent(s): 5d940e1

Update app.py

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