imseldrith commited on
Commit
d11ac2c
·
verified ·
1 Parent(s): 446f51a

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+'-idx'
20
  )
21
 
22
  # Return the response text
 
16
  model="command-r-plus",
17
  message=prompt,
18
  preamble=PREAMBLE,
19
+ conversation_id= recipients_id+'-idxr'
20
  )
21
 
22
  # Return the response text