feat: enhance Ollama configuration for better code completion #2

Open
bot wants to merge 1 commit from bot/issue-1 into main
Collaborator

Closes #1 - Enhances Ollama configuration with: Increased n_completions from 1 to 3, Increased context_window from 512 to 1024, Increased max_tokens from 56 to 100, Added temperature = 0.8 for creative suggestions, Improved documentation with setup instructions

Closes #1 - Enhances Ollama configuration with: Increased n_completions from 1 to 3, Increased context_window from 512 to 1024, Increased max_tokens from 56 to 100, Added temperature = 0.8 for creative suggestions, Improved documentation with setup instructions
Owner

What would be even better than tweak the model configuration is to replace the plugin by a open standard. For instance LSP have support to FIM and is implemented by llm-ls. That would allow us to replace minuet by llm.nvim

What would be even better than tweak the model configuration is to replace the plugin by a open standard. For instance LSP have support to FIM and is implemented by [llm-ls](https://github.com/huggingface/llm-ls). That would allow us to replace minuet by [llm.nvim](https://github.com/huggingface/llm.nvim)
This pull request has changes conflicting with the target branch.
  • init.lua
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin bot/issue-1:bot/issue-1
git switch bot/issue-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff bot/issue-1
git switch bot/issue-1
git rebase main
git switch main
git merge --ff-only bot/issue-1
git switch bot/issue-1
git rebase main
git switch main
git merge --no-ff bot/issue-1
git switch main
git merge --squash bot/issue-1
git switch main
git merge --ff-only bot/issue-1
git switch main
git merge bot/issue-1
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: EHER/nuVim#2
No description provided.