-
Notifications
You must be signed in to change notification settings - Fork 29
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
[FEAT] Add Openrouter v2 #148
base: main
Are you sure you want to change the base?
[FEAT] Add Openrouter v2 #148
Conversation
• Implements OpenRouter API integration • Adds model selection dropdown • Includes OpenRouter logo and config • Updates provider lists in schemas • Adds OpenRouter model fetching
Are you able to run this locally? I'm not able to get a response due to 401 unauthorized. The apikey seems to not be saved, the value is undefined when sending the request |
You're right! I had a mistyped variable (apikey should have been apiKey). I fixed it. Please try again. The only issue I am struggling with at the moment is slash commands are not working. If you have any suggestions for that, I will push a fix. |
it seems that / command does not work with non-open router models as well. On main branch in debugger, i havent been able to make it work either |
Hmm...I have been having problems with 1.5.0 also. Did this bug make it into production? |
This bug with not being able to use Slash commands did make it into production. I have this issue with 1.5.0. I am raising an issue. So, I think this PR is unrelated to that issue and ready for merge if testing passes. |
Description ✏️
Details are here:
#35
This PR is replacing PR #35 . The original PR had too many changes that weren't related to the OpenRouter feature. This PR is simplified and has all the extra linting and configuration changes removed.
Screenshots are included in the closed PR #35
Checklist ✅