moriire commited on
Commit
9427292
1 Parent(s): 1ede826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def health():
69
  async def chat(gen:GenModel):
70
  try:
71
  messages=[
72
- {"role": "system", "content": gen.system},
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(