forked from stevibe/ToolCall-15
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (31 loc) · 1.19 KB
/
Copy path.env.example
File metadata and controls
35 lines (31 loc) · 1.19 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
# Provider credentials and hosts.
# For local providers, use the raw host (without /v1 — it's added automatically).
# Example:
# OLLAMA_HOST=http://localhost:11434
# LLAMACPP_HOST=http://localhost:8080
# MLX_HOST=http://localhost:8080
# LMSTUDIO_HOST=http://localhost:1234
# VLLM_HOST=http://localhost:8000
OPENROUTER_API_KEY=
OLLAMA_HOST=
LLAMACPP_HOST=
MLX_HOST=
LMSTUDIO_HOST=
VLLM_HOST=
# Default per-request timeout in seconds. Applies to every provider.
MODEL_REQUEST_TIMEOUT_SECONDS=30
# Optional: override context window sizes for specific models.
# Format: partial-model-name:context-size,...
# MODEL_CONTEXT_WINDOWS=hermes3:131072,gpt-4o:128000
# Comma-separated provider:model entries.
# Use the provider keys exactly as: openrouter, ollama, llamacpp, mlx, lmstudio, vllm
#
# Hermes-focused examples:
# LLM_MODELS=ollama:hermes3:8b,vllm:NousResearch/Hermes-3-Llama-3.1-8B,openrouter:nousresearch/hermes-3-llama-3.1-405b
# LLM_MODELS_2=openrouter:openai/gpt-4.1,openrouter:anthropic/claude-sonnet-4
#
# General examples:
# LLM_MODELS=openrouter:openai/gpt-4.1,ollama:qwen3.5:4b,llamacpp:local-model,mlx:Qwen/Qwen3.5-9B,lmstudio:my-model
# LLM_MODELS_2=ollama:my-distilled-model
LLM_MODELS=
LLM_MODELS_2=