Skip to content
New issue

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

[LLM] missing field request_params #93

Open
Terr2048 opened this issue May 1, 2024 · 1 comment
Open

[LLM] missing field request_params #93

Terr2048 opened this issue May 1, 2024 · 1 comment

Comments

@Terr2048
Copy link

Terr2048 commented May 1, 2024

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:

require('llm').setup({
  backend = "ollama",
  model = "llama3:text",
  url = "http://localhost:11434/api/generate",
  request_body = {
    parameters = {
      temperature = 0.2,
      top_p = 0.95,
    }
  },
})
@McPatate
Copy link
Member

This sounds like an llm.nvim issue, not llm-ls, could you open an issue over there please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants