bramses / chatgpt-md

A (nearly) seamless integration of ChatGPT into Obsidian.
MIT License
824 stars 61 forks source link

Allow use of gpt-4-32k model #87

Open archvalmiki opened 1 year ago

archvalmiki commented 1 year ago

Currently, specifying that in model doesn't work. Allow this option to be used in conjunction with max tokens to be set to 32,768.

yigitkonur commented 9 months ago

You could try going and editing the plugin's own code to remove the places where the max_tokens parameter is. This parameter is no longer mandatory - if you don't need to limit the AI, I think not using max_tokens will solve this problem.