Olicorne

Results 598 comments of Olicorne

I definitely think that there needs to be a button that if you click it makes those options appear in a call mode. This way you can adjust the settings...

Same issue for me in #425

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 it...

Yes but that's just at startup and not at runtime right?

I agree. I was frequently very annoyed to see my chat completions abruptly stop until I figured out that I just needded to increase max_tokens

Update: it actually appears in the ChatGPTEditWithInstructions window

Hi, I took a look at my code and noticed that I'm still using my workaround instead of my PR, I don't remember at all if it's because there's something...

Personnaly I ended up making a quick and dirty docker compose to run litellm and highjack request. That allowed me to use Claude sonnet 3.5 as well as online searching...

Edit: a sure way but less privacy friendly to send image is to first send it to litterbox: ``` lua -- upload to litterbox then send as url local handle...

Update: although the way to send images via the shortcut can be sound, i mainly made this PR to allow others to easily give it a try. 1. I really...