-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdotenv.example
More file actions
36 lines (32 loc) · 1.78 KB
/
Copy pathdotenv.example
File metadata and controls
36 lines (32 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -----------------------------------------------------------------------------
# Environment variables for OpenManus Java
#
# Copy this file to .env and fill in your actual values.
# This file is used by docker-compose.yml and local startup.
# -----------------------------------------------------------------------------
# Default LLM (required)
OPENMANUS_LLM_DEFAULT_LLM_API_TYPE=openai
OPENMANUS_LLM_DEFAULT_LLM_BASE_URL=https://api.openai.com/v1
OPENMANUS_LLM_DEFAULT_LLM_API_KEY=your-openai-compatible-api-key-here
OPENMANUS_LLM_DEFAULT_LLM_MODEL=gpt-5.4
# Live smoke provider settings (required only for scripts/run-live-smoke.sh)
OPENMANUS_LIVE_MODEL=gpt-5.4
OPENMANUS_LIVE_MODEL_CANDIDATES=gpt-5.4,gpt-5,gpt-4o
OPENMANUS_LIVE_BASE_URL=https://api.openai.com/v1
OPENMANUS_LIVE_API_KEY=your-openai-live-api-key-here
# Optional custom CA bundle for JVM trust when the live smoke gateway uses a non-default root.
# Keep TLS verification enabled; point this at a PEM file that contains the required CA/intermediate certs.
# OPENMANUS_LIVE_CA_CERT_FILE=/absolute/path/to/live-smoke-ca.pem
OPENMANUS_LIVE_ANTHROPIC_MODEL=claude-sonnet-4-20250514
OPENMANUS_LIVE_ANTHROPIC_BASE_URL=https://api.anthropic.com
OPENMANUS_LIVE_ANTHROPIC_API_KEY=your-anthropic-live-api-key-here
OPENMANUS_LIVE_GEMINI_MODEL=gemini-2.5-pro
OPENMANUS_LIVE_GEMINI_BASE_URL=https://generativelanguage.googleapis.com
OPENMANUS_LIVE_GEMINI_API_KEY=your-gemini-live-api-key-here
# Serper API Key (for Web Search) - Optional
# Get your key from: https://serper.dev
SERPER_API_KEY=your-serper-api-key-here
# Google Search API Key and CX - Optional
# Get your keys from: https://developers.google.com/custom-search/v1/overview
# OPENMANUS_SEARCH_APIKEY=your-google-search-api-key-here
# OPENMANUS_SEARCH_SEARCHENGINEID=your-google-search-engine-id-here