KoboldAI / KoboldAI-Client

For GGUF support, see KoboldCPP: https://github.com/LostRuins/koboldcpp
https://koboldai.com
GNU Affero General Public License v3.0
3.51k stars 758 forks source link

"OpenAI API Error: invalid_request_error" when used with chat GPT 3.5 turbo #259

Closed christo-achkov closed 1 year ago

christo-achkov commented 1 year ago

When using chat GPT3.5 turbo with KoboldAi client I get the following error:

OpenAI API Error: invalid_request_error - This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?

Does anyone have any ideas?

henk717 commented 1 year ago

Turbo is currently not implemented in the full KoboldAI, but has been implemented in the browserbased lite.koboldai.net you can select the Custom Endpoint model to get the selection dialogue.

christo-achkov commented 1 year ago

Thank you