huggingface / llm-ls

LSP server leveraging LLMs for code completion (and more?)
Apache License 2.0
552 stars 43 forks source link

use APIParams for requests to TGI API #67

Closed johan12345 closed 6 months ago

johan12345 commented 6 months ago

There seems to have been an APIParams class for requests to the TGI API, but it has not been used so far. Therefore, since #46, requests to TGI have been using camelCase even though TGI expects snake_case.