-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages and fix streaming from gpt4 model #100
Conversation
Main reason: - streaming GPT-4 started failing b/c sse.js was outdated and had bugs that caused unpredictable failures.
@bramses could you look into it? |
@sparrovv Thanks for taking the time to fix this. I've been using this extension for multiple months now, and since it broke, I wasn't sure what to switch to, and was too lazy to actually come in and fix the code. It appears that the project doesn't get too much attention for some time now, but it would be great if it did since it creates an amazing workflow. If this PR doesn't get merged, and you decide to publish your fork, please let me know, I would be ready to contribute a little bit if I know somebody else is also interested in this. |
hey @nicu-chiciuc , thanks. I like this plugin a lot, so that's why I took the effort. I'm not planning to publish my fork atm, as I wouldn't be able to maintain it properly. Hopefully someone with more time will get this moving. |
ping @bramses ? Love this plugin, maybe migrate it into some org, then trust some contributors so they can make fixes & publish new versions? |
Agreed, this would be the way! I find this tool far too useful to leave possibly unmaintained. |
Hey all! Apologies for the radio silence on this, I have been under the false impression to myself that I would get back to ChatGPT MD at some point, but I am now sure that won't be the case due to a variety of factors I'd be happy to discuss elsewhere, but I digress! Much more importantly, I sincerely apologize as it has left all of you in the lurch, and that's not cool of me!
This is probably the best solution, is there any org or maintainer who would be willing? Would be happy to discuss rollover plans. Speak soon! P.S. As to the issue at hand, it is likely due to a change in the SSE spec from OpenAI's models, perhaps? Not 100% sure. |
@bramses I may be willing to help maintain here too. Especially if there are others willing to help out, maybe @nicu-chiciuc ? I'm new to obsidian plugins but it'd be fun to work on occasionally, and I've done a bit of open source maintaining in the past. |
i have time xd but not the knowledge to maintain this repo |
Main reason: