imseldrith commited on
Commit
c14b31d
·
verified ·
1 Parent(s): fa48d29

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