-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.env
More file actions
25 lines (21 loc) · 767 Bytes
/
example.env
File metadata and controls
25 lines (21 loc) · 767 Bytes
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
# Vision LLM API Configuration
# Copy this file to .env or set these as environment variables
# Option 1: OpenAI Compatible API (e.g. Qwen/Qwen3-VL-8B-Instruct)
OPENAI_API_KEY=sk-your-api-key-here
OPENAI_BASE_URL=https://api.siliconflow.cn/v1
OPENAI_MODEL=Qwen/Qwen3-VL-8B-Instruct
OPENAI_LANGUAGE_MODEL=Qwen/Qwen3-VL-8B-Instruct
# Option 2: Local vLLM Server
# OPENAI_BASE_URL=http://localhost:8000/v1
# OPENAI_API_KEY=EMPTY
# OPENAI_MODEL=Qwen/Qwen2-VL-7B-Instruct
# OPENAI_LANGUAGE_MODEL=Qwen/Qwen2-7B-Instruct
# Option 3: Ollama
# OPENAI_BASE_URL=http://localhost:11434/v1
# OPENAI_API_KEY=ollama
# OPENAI_MODEL=llama3.2-vision
# OPENAI_LANGUAGE_MODEL=llama3.2
# Agent Configuration (Optional)
# MAX_ROUNDS=20
# TIMEOUT_PER_ROUND=30
# ARTIFACTS_DIR=artifacts