personal-ai
personal-ai copied to clipboard
Output: "Something went wrong, we are working on it"
I set up the code properly and when i want to talk it gives me this output : "Something went wrong, we are working on it"
After I put the API keys, it works beautifully.
Same here
I did a dumb mistake but maybe someone who will read this did the same:
To put the API keys, I actually replaced GROQ_API_KEY by my key in
npx wrangler secret put GROQ_API_KEY
Then it obviously didnt work, so i realized that GROQ_API_KEY is actually the name of the variable, and this command then asks to put the actual key
Once i correctid this everything worked perfectly