Conversation
|
Will update once build failures are addressed. |
|
Failures have been addressed and fixed in new commit. |
|
also https://github.com/polyphilz/scapegpt already exists; does this need to be a separate plugin (rather than contributing improvements to the existing plugin) |
use latest commit && add warning
regarding existing plugin;
|
|
You should create an issue and/or a PR to know for sure as described in the take-over policy. Also, we have a take-over policy for this specific reason. https://github.com/runelite/runelite/wiki/Plugin-takeover-policy |
|
iProdigy had submitted a PR on that repo 2 weeks ago and there has been no activity from the author; polyphilz/scapegpt#2
All in all, taking over ScapeGPT isn’t ideal since it would require me to maintain a backend (with potential future costs), its approach differs significantly from RuneGPT's, and it relies solely on OpenAI with a paid model, whereas RuneGPT lets players bring their own API key via Gemini which is free. |
|
We aren't asking you to never change the code of the plugin you takeover. |
|
Don't block the shared ScheduledExecutorService with a call to OkHttpClient#execute. Either create your own executor which you're free to block, or use okhttp's async via enqueue (this would fit your current use case already, just switch to a callback style) |
|
closing as the above comments have not been resolved yet. feel free to resubmit when they are |
RuneGPT connects with LLM providers to help RuneLite users achieve their goal. With stats preloaded, each response is tailored to the user providing a unique experience.
Currently it only supports Gemini which is available to all users free of charge.
