Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from pydantic import BaseModel
|
|
| 10 |
|
| 11 |
class GenModel(BaseModel):
|
| 12 |
question: str
|
| 13 |
-
system: str = "You are a helpful
|
| 14 |
temperature: float = 0.8
|
| 15 |
seed: int = 101
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
class GenModel(BaseModel):
|
| 12 |
question: str
|
| 13 |
+
system: str = "You are a helpful medical assistant."
|
| 14 |
temperature: float = 0.8
|
| 15 |
seed: int = 101
|
| 16 |
|