-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Corrected Environment Variable for Alan AI API Key in Alan.js Componen #447
Conversation
✅ Deploy Preview for devsintech ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Nishitbaria is attempting to deploy a commit to the DevsInTech Team on Vercel. A member of the Team first needs to authorize it. |
@Susmita-Dey ,please review and then merge my pull request |
@Susmita-Dey ,please review and then merge my pull request,tell me any other i will resolve |
2 similar comments
@Susmita-Dey ,please review and then merge my pull request,tell me any other i will resolve |
@Susmita-Dey ,please review and then merge my pull request,tell me any other i will resolve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes Issue
#439
Pull Request Description:
This pull request addresses an issue related to the environment variable setup for the Alan AI API key within the Alan.js component. The problem caused incorrect or missing API key usage, leading to unexpected behavior and failed interactions with the Alan AI platform.
Bug Description:
Previously, the environment variable responsible for storing the Alan AI API key within the Alan.js component was not being correctly referenced. This resulted in the component attempting to utilize an empty or incorrect API key, which caused the interactions with the Alan AI platform to fail.
Changes Made:
To resolve this issue, the following changes were implemented:
Screenshots
Note to reviewers