moriire commited on
Commit
d1f386f
1 Parent(s): a6729ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from pydantic import BaseModel
11
 
12
  class GenModel(BaseModel):
13
  question: str
14
- system: str = "You are a helpful medical AI assistant. Help as much as you can. Remember, response in English."
15
  temperature: float = 0.8
16
  seed: int = 101
17
  mirostat_mode: int=2
 
11
 
12
  class GenModel(BaseModel):
13
  question: str
14
+ system: str = "You are a helpful medical AI chat assistant. Help as much as you can.Also continuously ask for possible symptoms in order to atat a conclusive ailment or sickness and possible solutions.Remember, response in English."
15
  temperature: float = 0.8
16
  seed: int = 101
17
  mirostat_mode: int=2