This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(openai): fix the message order in the chat completion request (#36)
Because - we should put `system message` before `user message`, see [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create?lang=curl) This commit - fix the message order for OpenAI chat completion request
- Loading branch information