Update app/llm.py
Browse files- app/llm.py +1 -1
app/llm.py
CHANGED
|
@@ -112,7 +112,7 @@ async def generate(gen:GenModel):#, user: schemas.BaseUser = fastapi.Depends(cur
|
|
| 112 |
gen.question,
|
| 113 |
temperature = gen.temperature,
|
| 114 |
seed= gen.seed,
|
| 115 |
-
chat_format="llama-2",
|
| 116 |
stream=True,
|
| 117 |
#echo=True
|
| 118 |
)
|
|
|
|
| 112 |
gen.question,
|
| 113 |
temperature = gen.temperature,
|
| 114 |
seed= gen.seed,
|
| 115 |
+
#chat_format="llama-2",
|
| 116 |
stream=True,
|
| 117 |
#echo=True
|
| 118 |
)
|