You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How can I specify a model as default model when I call PrtChatNew?
The text was updated successfully, but these errors were encountered:
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.
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.
How can I specify a model as default model when I call
PrtChatNew
?The text was updated successfully, but these errors were encountered: