dpayne / CodeGPT.nvim

CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.
GNU General Public License v3.0
764 stars 50 forks source link

output max token config #65

Closed nmnduy closed 2 weeks ago

nmnduy commented 3 weeks ago

add config option 'max_output_tokens' so we can put 128k tokens in the input while setting the output token to some other value.

for example: gpt-4o input token limit is 128k, while output token limit is 4096