Skip to content

Commit a2877ec

Browse files
author
Walid Sobhi
committed
Add environment configuration template
1 parent 85764ca commit a2877ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OpenAI API Key
2+
OPENAI_API_KEY=your_api_key_here
3+
4+
# GitHub Token (optional)
5+
GITHUB_TOKEN=your_token_here
6+
7+
# Code Index Path
8+
CODE_INDEX_PATH=./code_index

0 commit comments

Comments
 (0)