You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sending a chat/completions request to the cortex.cpp endpoints, setting up my daily use tools. The request is fully OpenAI compatible. I always receive an error response similar to this:
{
"message": "No engine field in request body"
}
Feature Idea
Since the cortex.cpp manages to retrieve model information, it should select the engine accordingly. This eliminates the need for an extra engine field in the request, ensuring that 100% OpenAI-compatible products can utilize the endpoint.
The text was updated successfully, but these errors were encountered:
Problem Statement
I'm sending a chat/completions request to the cortex.cpp endpoints, setting up my daily use tools. The request is fully OpenAI compatible. I always receive an error response similar to this:
Feature Idea
Since the cortex.cpp manages to retrieve model information, it should select the engine accordingly. This eliminates the need for an extra
engine
field in the request, ensuring that 100% OpenAI-compatible products can utilize the endpoint.The text was updated successfully, but these errors were encountered: