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
Setting the source itself should set the selection. We need to add a url setting to the existing sources to make it possible to select FOSS models. We should additionally support this in future, but not now (separate issue).
All possible fields should always support defaults at all times, and the type should determine the default values we select. The values should be printed back to the user so you can see exactly what is selected, including when you :echo g:neural.
The plugin could explain back to the user automatically when no source is selected that they need to set one, and point them to the documentation on how to do so.
NOTE: This is a breaking change, and we're early enough into the project to make these breaking.
Solving this issue will help to solve #21 and we should throw in making the URL for the APIs configurable as to support FOSS OpenAI compatible APIs.
We currently configure sources like so in Vim:
And also in Lua:
We then select a source like so:
Expressed in Lua syntax alone, we should instead make our sources configurable this way:
Setting the source itself should set the selection. We need to add a
url
setting to the existing sources to make it possible to select FOSS models. We should additionally support this in future, but not now (separate issue).All possible fields should always support defaults at all times, and the
type
should determine the default values we select. The values should be printed back to the user so you can see exactly what is selected, including when you:echo g:neural
.The text was updated successfully, but these errors were encountered: