We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request_params
I'm using neovim with llm.nvim and I'm getting this error when calling LLMSuggestion command: [LLM] missing field `request_params`
LLMSuggestion
[LLM] missing field `request_params`
llm.nvim config:
require('llm').setup({ backend = "ollama", model = "llama3:text", url = "http://localhost:11434/api/generate", request_body = { parameters = { temperature = 0.2, top_p = 0.95, } }, })
The text was updated successfully, but these errors were encountered:
This sounds like an llm.nvim issue, not llm-ls, could you open an issue over there please?
Sorry, something went wrong.
No branches or pull requests
I'm using neovim with llm.nvim and I'm getting this error when calling
LLMSuggestion
command:[LLM] missing field `request_params`
llm.nvim config:
The text was updated successfully, but these errors were encountered: