imseldrith commited on
Commit
41ac478
·
verified ·
1 Parent(s): b09e7b4

Update helper/openai_api.py

Browse files
Files changed (1) hide show
  1. helper/openai_api.py +1 -1
helper/openai_api.py CHANGED
@@ -16,7 +16,7 @@ def chat_completion(prompt, recipients_id):
16
  model="command-r-plus",
17
  message=prompt,
18
  preamble=PREAMBLE,
19
- conversation_id=recipients_id
20
  )
21
 
22
  # Return the response text
 
16
  model="command-r-plus",
17
  message=prompt,
18
  preamble=PREAMBLE,
19
+ conversation_id= '12xzy' #recipients_id
20
  )
21
 
22
  # Return the response text