ocean2014

Results 2 issues of ocean2014

### Describe your problem `def get_completion(conversation_id, message, headers): url_completion = f"{base_url}/completion" data = { "conversation_id": conversation_id, "messages": [ { "role": "user", "content": message } ] } response = requests.post(url_completion, json=data,...

question

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

💞 feature