Martin Bielik

Results 64 comments of Martin Bielik

Good points! I can imagine a new config to allow passing a function that loads the key, e.g.: `let g:vim_ai_load_api_token = ...`

I would prefer to do it in a vim-way

You can now load token with a vim function, e.g.: ```vim function! g:GetAIToken() return system("pass path/to/your/openai.key | head -1") endfunction let g:vim_ai_token_load_fn = "g:GetAIToken()" ```

Thank you for the kind words! Temperature in the status line sounds like a cool idea (I would only not add default shortcuts, but let user to configure it). Anyway,...