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 957c066 commit 99648dbCopy full SHA for 99648db
examples/mofa/agent-hub/openra-copilot-agent/.env.example
@@ -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