Skip to content

Commit 99648db

Browse files
committed
Add .env.example template file
1 parent 957c066 commit 99648db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# OpenAI API Configuration
2+
OPENAI_API_KEY=your_openai_api_key_here
3+
OPENAI_BASE_URL=https://api.openai.com/v1
4+
OPENAI_MODEL=gpt-4o
5+
6+
# Alternative LLM Configuration (if using other providers)
7+
# LLM_API_KEY=your_api_key_here
8+
# LLM_API_BASE=https://api.anthropic.com/v1
9+
# LLM_MODEL=claude-3-haiku-20240307
10+
11+
# Game Configuration
12+
OPENRA_PATH=/path/to/your/openra_ai
13+
GAME_HOST=localhost
14+
GAME_PORT=7445

0 commit comments

Comments
 (0)