Laravel Ignition AI Setup Error #173
Unanswered
ahajicek07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to add AI error debugging to ignition I get an error, if I add IGNITION_OPEN_AI_KEY="sk-MY-OPEN-AI-API-KEY" to my .env file, the original symfony errors show up, if I remove IGNITION_OPEN_AI_KEY="sk-MY-OPEN-AI-API-KEY" from my .ENV file the regular Laravel Ignition error pages show up.
Please help, I'd really love to have AI suggestions for solving errors. Has anyone else had this issue?
"sk-MY-OPEN-AI-API-KEY" is just a stand-in for my actual Open API key.
What I did
I followed the setup instructions
// Have everything up to date
// Installed the OpenAI php client
// Added the Open AI key to my .ENV file
Beta Was this translation helpful? Give feedback.
All reactions