pvanand commited on
Commit
7f87c29
·
verified ·
1 Parent(s): 8cacddf

Update routers/llm_chat.py

Browse files
Files changed (1) hide show
  1. routers/llm_chat.py +1 -2
routers/llm_chat.py CHANGED
@@ -36,8 +36,7 @@ async def llm_chat(
36
  system_message=request.system_message,
37
  model_id=request.model_id,
38
  conversation_id=request.conversation_id,
39
- user_id=request.user_id,
40
- api_key=x_api_key
41
  )
42
  return response
43
  except Exception as e:
 
36
  system_message=request.system_message,
37
  model_id=request.model_id,
38
  conversation_id=request.conversation_id,
39
+ user_id=request.user_id
 
40
  )
41
  return response
42
  except Exception as e: