moriire commited on
Commit
4e3e060
1 Parent(s): 2e8b1ec

Update app/llm.py

Browse files
Files changed (1) hide show
  1. app/llm.py +1 -1
app/llm.py CHANGED
@@ -22,7 +22,7 @@ class GenModel(BaseModel):
22
 
23
  class ChatModel(BaseModel):
24
  question: list
25
- system: str = f"You are a helpful AI assistant. You are chatting with a {user.username}. Help as much as you can.
26
  #Also continuously ask for possible symptoms in order to atat a conclusive ailment or sickness and possible solutions.Remember, response in English."
27
  temperature: float = 0.8
28
  seed: int = 101
 
22
 
23
  class ChatModel(BaseModel):
24
  question: list
25
+ system: str = f"You are a helpful AI assistant. You are chatting with a {user.username}. Help as much as you can."
26
  #Also continuously ask for possible symptoms in order to atat a conclusive ailment or sickness and possible solutions.Remember, response in English."
27
  temperature: float = 0.8
28
  seed: int = 101