vim-ai
vim-ai copied to clipboard
stop errors when custom APIs are used that don't have OPENAI_RESP_DONE
custom servers like LM Studio cause vim-ai to throw JSONDecodeError if it doesn't have the same OpenAI stop string.
Hi, ignoring any JSONDecodeError error does not feel right. Could you find out what exactly LM Studio sends that makes the command fail? Maybe we could handle it specifically