mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #312] [CLOSED] docs: Correct CopilotKit API Key Environment Variable #282
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/312
Author: @oxcodexo
Created: 11/22/2025
Status: ❌ Closed
Base:
main← Head:fix/copilot-env-variable-name📝 Commits (1)
76d0ff1docs: Correct CopilotKit API key environment variable📊 Changes
4 files changed (+4 additions, -4 deletions)
View changed files
📝
docs-site/docs/getting-started/configuration.md(+1 -1)📝
docs-site/docs/getting-started/installation.md(+1 -1)📝
docs-site/docs/getting-started/quick-start.md(+1 -1)📝
docs-site/docs/user-journeys/developers/contributing.md(+1 -1)📄 Description
Pull Request
📝 Description
This PR corrects a mismatch between the documentation and the application code regarding the CopilotKit API key environment variable. The documentation incorrectly instructed users to use
REACT_APP_COPILOT_API_KEY, while the application code expectsREACT_APP_COPILOTKIT_API_KEY.Changes:
🔄 Type of Change
🎯 Related Issues
Fixes the "Chat Unavailable - CopilotKit API key not configured" error even when a key was provided in
.env.🧪 Testing
Verification:
.envwithREACT_APP_COPILOTKIT_API_KEY.📸 Screenshots (if applicable)
N/A
🏷️ Component/Feature
Which component or feature is affected?
📋 Checklist
ALwrity-Specific Checklist
🔍 Code Quality
📚 Documentation
🚀 Deployment Notes
Users updating to this version must rename
REACT_APP_COPILOT_API_KEYtoREACT_APP_COPILOTKIT_API_KEYin their frontend.envfile.🔗 Additional Context
This aligns the documentation with the existing implementation in [frontend/src/App.tsx].
👥 Reviewers
Tag specific reviewers if needed:
@AJaySi @uniqueumesh @DikshaDisciplines
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.