Replies: 1 comment 3 replies
-
Hi @dqnk, Yes, I am aware of the issue to always be in line with what the API providers are doing. In addition, I already provide some default values for all providers: parrot.nvim/lua/parrot/config.lua Line 60 in 7ddb9cf Removing the defaults would be an option, I guess. However, this would change the default behavior for a lot of plugin users. Another solution would be to implement if statements when filtering the parameters for the exceptional models here: |
Beta Was this translation helpful? Give feedback.
-
Is there a way to select a few (2 or 3) different models from different providers and cycle between them quickly instead of always having to switch the provider and then the model?
Additionally, when using o3-mini I get the error
temperature
is not a supported parameter, because OpenAI has deprecated it. Additionallytop_p
andmax_tokens
have also been deprecated with o3-mini. Is support for these models planned? I have looked at the code and implementing this change (to not includetemperature
,top_p
andmax_tokens
) seems much less trivial than with original gp.nvim project.Beta Was this translation helpful? Give feedback.
All reactions