Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(llm): simplify request body creation in OpenAILikeProvider #60
This commit updates the `OpenAILikeProvider` by utilizing the `toRequestBody` extension function for simpler request body creation. This change removes the need for the `create` method and improves code readability.
- Loading branch information