-
Notifications
You must be signed in to change notification settings - Fork 61
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
not recognizing API keys #118
Comments
Hi @Sput thanks for reporting! Do you see some errors in the browser console on save? What is your userconfig on pageload? |
@fynnfluegge As far as the userconfig: at address localhost:3002/UserConfig I see { message: Missing Authentication Token } I'm just looking at your code base for the first time, so I'm probably wrong, but is the problem that the save-user-config-handler doesn't take in a userConfig struct in the handle request function? In the meantime, is there anywhere in the code I can save my API keys manually so I can get to trying things out? |
@Sput ok this should not happen on local Sure, you are able to add the config directly to dynamodb as a workaround with: |
I've added my API keys on the User Menu LLM Settings, but still when I try to do anything it says I need to add API keys. I have tried running it both as a webapp, and inside a docker container, both give the same message.
The text was updated successfully, but these errors were encountered: