We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
Minor: there are 3 supported message roles at the moment:
Go to cortex.so, click API reference, see Create Message section
No response
The text was updated successfully, but these errors were encountered:
@louis-jan , we are following OpenAI's documentation. https://platform.openai.com/docs/api-reference/messages/createMessage
When storing messages, we only accept user or assistant role. system will be used in /chat/completion API, but not for /messages API.
user
assistant
system
/chat/completion
/messages
Sorry, something went wrong.
namchuai
No branches or pull requests
Cortex version
latest
Describe the issue and expected behaviour
Minor: there are 3 supported message roles at the moment:
Steps to Reproduce
Go to cortex.so, click API reference, see Create Message section
Screenshots / Logs
What is your OS?
What engine are you running?
Hardware Specs eg OS version, GPU
No response
The text was updated successfully, but these errors were encountered: