Olicorne

Results 331 issues of Olicorne

Hi, I was thinking about stuff and [yesterday you told me being rather against adding a budget cutoff](https://github.com/paul-gauthier/aider/issues/257#issuecomment-2061759434) which I completely respect but that got me thinking about the /run...

enhancement

Hi, In your README.md you mention: `credentials_string = "{...}" # You must generate this on your Google account` but I struggle to find the exact json string needed. Based on...

Signed-off-by: thiswillbeyourgithub Fixed #429

Hi, I tried modifying the default system prompt to something different than "You are a helpful assistant" by modifying `system_windows.lua` but it doesn't seem to work and stops LazyNvim from...

Hi, In my chat windows I never had the chance to see the token counts on the right. The model I'm using is gpt-4-0125-preview. I don't know what else to...

Hi, I've been using [litellm](https://docs.litellm.ai/) for a while now, it's a python library that enables using pretty much any API you can want for LLMs (Mistral, openrouter, localai, huggingface, azure,...

The link to the config file is https://github.com/jackMort/ChatGPT.nvim/blob/f1453f588eb47e49e57fa34ac1776b795d71e2f1/lua/chatgpt/config.lua#L10-L182 instead of https://github.com/jackMort/ChatGPT.nvim/blob/main/lua/chatgpt/config.lua

In the actions.json example: ``` "args": { "argument": { "type": "strig", "optional": "true", "default": "some value" } ```