Update app/llm.py
Browse files- app/llm.py +1 -0
app/llm.py
CHANGED
|
@@ -84,6 +84,7 @@ async def chat(chatm:ChatModel):#, user: schemas.BaseUser = fastapi.Depends(curr
|
|
| 84 |
seed = chatm.seed,
|
| 85 |
#stream=True
|
| 86 |
)
|
|
|
|
| 87 |
#print(output)
|
| 88 |
et = time()
|
| 89 |
output["time"] = et - st
|
|
|
|
| 84 |
seed = chatm.seed,
|
| 85 |
#stream=True
|
| 86 |
)
|
| 87 |
+
print(output)
|
| 88 |
#print(output)
|
| 89 |
et = time()
|
| 90 |
output["time"] = et - st
|