rpggio / obsidian-chat-stream

Obsidian canvas plugin for using AI completion with threads of canvas nodes
MIT License
108 stars 21 forks source link

support gpt-4-0125-preview / 128K context #16

Closed daniel347x closed 8 months ago

daniel347x commented 8 months ago

gpt-4-0125-preview is now available; see https://platform.openai.com/docs/models/continuous-model-upgrades

rpggio commented 8 months ago

Thank you Daniel for the PR. I've added a bunch of other models, so I will close this PR. OpenAI has been busy! Do you have any comments or requests about the tool? Thx

daniel347x commented 8 months ago

Didn't realize my updates on my fork to trigger release build on my fork would appear here! Oops!

Thanks for this.

Only real comment is, why is this plugin not far more popular? It's the only effective way I've seen to utilize ChatGPT - Obsidian or otherwise!

One minor comment - might be nice for the little "popup" that indicates how many tokens are being sent (that was a great improvement, BTW - thanks!) - would also indicate the model choice being sent to. Would be a good confirmation of the selection in the dropdown in the Settings.

Thanks so much for this plugin!

daniel347x commented 8 months ago

...Actually, let me retract the value of that last minor comment - I now see that the model name DOES appear while you're waiting for the response in the chat card.

Thanks!