-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
AI features #158
Comments
@curlpipe Could we also get OpenAI API or Claude API? |
That can be arranged 👍 |
@plyght Working on this at the moment, I don't have an API key for ChatGPT or Claude as they are quite expensive, which makes it hard for me to test how they work. Gemini has a free plan (it is rate limited, but these are generous) and seems to be working OK so far. |
@curlpipe I have both; let me know when you release it and i'll be happy to test. I could also test now if needed! |
@plyght Great, I will try my best to write in ChatGPT and Claude support, hopefully they work first time 🙏 |
@curlpipe Has this been implemented into a release version yet? - Just following up. |
not yet - I'll let you know when it is released 👍 |
@plyght released with 0.7.6 Documentation can be found here: https://github.com/curlpipe/ox/wiki/Plugins#ai Let me know if claude and chatgpt works (they probably won't, but hopefully they magically do) I'll keep this issue open until claude and chatgpt are working like a charm 👍 |
From my testing, it seems that OpenAI/Claude integration doesn’t work as expected. I believe this might be due to the need for the user to specify which “provider” they are using. Additionally (and this is just based on my personal experience and preferences, so feel free to take it or leave it), I’m not a big fan of using comments in the file as a way to prompt the AI. While it works, I find it a bit odd to use as it feels out of place. Perhaps there’s a way to implement a more UI/X friendly method? Just a thought! |
Did you manually add Are there any errors you can see?
I really value your feedback - so please feel free to voice more opinions if you have them. I think you're right, it's not ideal. Maybe by default, I could have it ask the user at the bottom (like it would for searching/replacing/commands/opening a file). The other option is to have like an AI menu, similar to how file tree works, which is what cursor does. That would take quite a bit of effort to do, but it would make more sense and be more familiar to use. |
Have a plug-in that does the following:
The text was updated successfully, but these errors were encountered: