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

How to set default model? #63

Open
Sologala opened this issue Oct 1, 2024 · 1 comment
Open

How to set default model? #63

Sologala opened this issue Oct 1, 2024 · 1 comment

Comments

@Sologala
Copy link

Sologala commented Oct 1, 2024

I installed some model throuth ollama locally, as well as some text embbedding model like nomic-embed-text:latest.
parrot.nvim always chooses it as default model.
image
How can I specify a model as default model when I call PrtChatNew?

@frankroeder
Copy link
Owner

Hello @Sologala ,

By default, all of your selections, including the provider and model, are stored persistently in the file ~/.local/share/nvim/parrot/persisted/state.json. When starting a new chat, you can use the PrtStatus command to display the current provider and model selections.

I checked the model you mentioned, and it's important to note that nomic-embed-text is not a large language model; it's an embedding model and thus not suitable for parrot.nvim. However, the selection should still be stored correctly.

If you are using Windows, there might be some issues.

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