Spaces:
Sleeping
Sleeping
imseldrith
commited on
Update helper/openai_api.py
Browse files- 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=
|
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
|