While attempting to use the LM Studio model, it was identified that the model only supports the following endpoints:
- /v1/chat/completions
- /v1/embeddings
- /v1/models
However, an error occurred when executing a request:
2024/05/12 04:35:34 failed to process input: failed to get message summary: Unexpected endpoint or method. (POST /v1/api/chat)
Please verify that the requested endpoint matches the Supported endpoints of the LM Studio model to ensure proper handling of requests and prevent unexpected errors.