Am I understanding correctly that the VSCode extension expects to communicate with an OpenAI-compatible API at the v1/completions
endpoint, but does not support the v1/chat/completions
endpoint? I believe the former is now deprecated.
Eyal Sela
Asked on Apr 16, 2024
The VSCode extension communicates with an API exposed by the Tabby server at https://tabby.tabbyml.com/api
.