We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4663d1 commit 80a0202Copy full SHA for 80a0202
.env.example
@@ -0,0 +1,19 @@
1
+# Environment variables used by deployment
2
+
3
+# GitHub and GitLab
4
+NEXT_PUBLIC_GITHUB_TOKEN=your_api_key_here
5
+NEXT_PUBLIC_GITLAB_TOKEN=your_api_key_here
6
+# OPTIONAL: providing your own GitHub PAT increases rate limits from 60/hr to 5000/hr to the GitHub API
7
8
+NEXT_PUBLIC_GITHUB_PAT=
9
10
+# For AI Feedback
11
12
+# OpenAI
13
+OPENAI_API_KEY=your_api_key_here
14
15
+# ClaudeAI
16
+CLAUDE_API_KEY=your_api_key_here
17
18
+# Google Gemini AI
19
+GOOGLE_GEMINI_API_KEY=your_api_key_here
0 commit comments