David Harrer
David Harrer
> great thanks, could you please reformat to satisfy stylua and make PR more readable? I have now refactored the PR to (hopefully) be more readable and have tried to...
> It would also be great to have some kind of lua api exposed which allowed for model parameters to be set. Something like: > > ```lua > require('chatgpt').open_chat({ ......
> Would love to see this feature merged By the way, you can already use this feature by specifying my fork instead of the main repo until it's merged :)...
> > > It would also be great to have some kind of lua api exposed which allowed for model parameters to be set. Something like: > > > ```lua...
> > > It would also be great to have some kind of lua api exposed which allowed for model parameters to be set. Something like: > > > ```lua...
> I just a question, we can set the models via a runtime function but not the API key right? AFAIU when a shell command is given as api key...
> Yes but that's just at startup and not at runtime right? Oh right yeah I forgot. I guess you could try changing internal variables of the plugin. That didnt...