Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def health():
|
|
| 69 |
async def chat(gen:GenModel):
|
| 70 |
try:
|
| 71 |
messages=[
|
| 72 |
-
{"role": "
|
| 73 |
]
|
| 74 |
st = time()
|
| 75 |
output = llm_chat.create_chat_completion(
|
|
|
|
| 69 |
async def chat(gen:GenModel):
|
| 70 |
try:
|
| 71 |
messages=[
|
| 72 |
+
{"role": "assistant", "content": gen.system},
|
| 73 |
]
|
| 74 |
st = time()
|
| 75 |
output = llm_chat.create_chat_completion(
|