OpenDify/.env.example

18 lines
504 B
Plaintext
Raw Permalink 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.

# Dify API Keys Configuration
# Format: Comma-separated list of API keys
DIFY_API_KEYS=app-xxxxxxxxxxxxxxxx,app-yyyyyyyyyyyyyyyy,app-zzzzzzzzzzzzzzzz
# Dify API Base URL
DIFY_API_BASE="https://api.dify.example.com/v1"
# 会话记忆功能模式
# 1: 构造history_message附加到消息中的模式默认
# 2: 当前的零宽字符模式
CONVERSATION_MEMORY_MODE=1
# Server Configuration
SERVER_HOST="127.0.0.1"
SERVER_PORT=5000
# OpenAI compatable API Keys
VALID_API_KEYS="sk-abc123,sk-def456"