Strange results in Serverless mode
What Am I doing wrong?
Why the response is that strange?
I've attached the input params and one of the result.


3 Replies
But it working fine, when I'm sending it using the API like with
messages
instead of prompt
See the difference between text completion and chat completion endpoints. Not all models perform well in both modes. Conversation-trained models should be used with chat.
@3WaD Thanks!