MicroFish/.env.example

27 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LLM API配置支持 OpenAI SDK 格式的任意 LLM API
# 推荐使用阿里百炼平台qwen-plus模型https://bailian.console.aliyun.com/
# 注意消耗较大可先进行小于40轮的模拟尝试
LLM_API_KEY=your_api_key_here
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
LLM_MODEL_NAME=qwen-plus
# ===== Graph memory backend =====
# Default cloud mode:
GRAPH_MEMORY_BACKEND=zep_cloud
# Zep Cloud configuration. Required only when GRAPH_MEMORY_BACKEND=zep_cloud.
# Free monthly quota is sufficient for simple usage: https://app.getzep.com/
ZEP_API_KEY=your_zep_api_key_here
# Local on-premise mode. Enable with:
# GRAPH_MEMORY_BACKEND=graphiti_bridge
# GRAPHITI_BRIDGE_URL=http://graphiti-bridge:8008
# GRAPHITI_MODEL_NAME=gpt-5.4-mini
# GRAPHITI_EMBEDDING_MODEL_NAME=text-embedding-3-small
# ===== 加速 LLM 配置(可选)=====
# 注意如果不使用加速配置env文件中就不要出现下面的配置项
LLM_BOOST_API_KEY=your_api_key_here
LLM_BOOST_BASE_URL=your_base_url_here
LLM_BOOST_MODEL_NAME=your_model_name_here