Skip to content

Commit a66fcc0

Browse files
committed
feat: add Astraflow provider support
Signed-off-by: ucloudnb666 <ucloudnb666@users.noreply.github.com>
1 parent 4efe999 commit a66fcc0

5 files changed

Lines changed: 533 additions & 0 deletions

File tree

apps/sim/.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ API_ENCRYPTION_KEY=your_api_encryption_key # Use `openssl rand -hex 32` to gener
2222
# RESEND_API_KEY= # Uncomment and add your key from https://resend.com to send actual emails
2323
# If left commented out, emails will be logged to console instead
2424

25+
# Astraflow (Optional - UCloud OpenAI-compatible platform, 200+ models)
26+
# ASTRAFLOW_API_KEY= # Global endpoint: https://astraflow.ucloud-global.com
27+
# ASTRAFLOW_CN_API_KEY= # China endpoint: https://astraflow.ucloud.cn
28+
2529
# Local AI Models (Optional)
2630
# OLLAMA_URL=http://localhost:11434 # URL for local Ollama server - uncomment if using local models
2731
# VLLM_BASE_URL=http://localhost:8000 # Base URL for your self-hosted vLLM (OpenAI-compatible)

0 commit comments

Comments
 (0)