-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (26 loc) · 1.51 KB
/
Copy path.env.example
File metadata and controls
30 lines (26 loc) · 1.51 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
# =============================================================================
# IdeaMiner – Environment Variables
# =============================================================================
# Copy this file to .env and fill in your own values.
# Never commit the .env file to version control.
# ---------------------------------------------------------------------------
# LLM API (required)
# ---------------------------------------------------------------------------
# API key for your OpenAI-compatible LLM provider.
LLM_API_KEY=your_llm_api_key_here
# Base URL of the OpenAI-compatible API endpoint.
# Defaults to the official OpenAI API if unset.
LLM_BASE_URL=https://api.openai.com/v1
# ---------------------------------------------------------------------------
# Tavily Web Search API (required for the evaluation agent's web_search tool)
# ---------------------------------------------------------------------------
# Supply either a comma-separated list of keys (TAVILY_API_KEYS) for load
# balancing across multiple keys, or a single key (TAVILY_API_KEY).
TAVILY_API_KEYS=your_tavily_key_1,your_tavily_key_2
# TAVILY_API_KEY=your_single_tavily_key_here
# ---------------------------------------------------------------------------
# Semantic Scholar API (optional)
# ---------------------------------------------------------------------------
# Providing a key increases the API rate limit.
# Without a key the paper_search tool still works at a lower rate.
# SEMANTIC_SCHOLAR_API_KEY=your_semantic_scholar_api_key_here