feat: add phoenix & trigger.dev

This commit is contained in:
Sun-ZhenXing
2025-12-09 15:19:11 +08:00
parent 0b11022ef8
commit 8f30f94184
20 changed files with 1726 additions and 617 deletions

20
src/nexa-sdk/.env.example Normal file
View File

@@ -0,0 +1,20 @@
# NexaSDK Docker Configuration
# Image version (e.g., v0.2.62, v0.2.62-cuda, latest, latest-cuda)
NEXA_SDK_VERSION=v0.2.62
# Host port for NexaSDK REST API
NEXA_SDK_PORT_OVERRIDE=18181
# Nexa API token (required for model access)
# Obtain from https://sdk.nexa.ai -> Deployment -> Create Token
NEXA_TOKEN=
# Timezone
TZ=UTC
# Resource limits
NEXA_SDK_CPU_LIMIT=4.0
NEXA_SDK_MEMORY_LIMIT=8G
NEXA_SDK_CPU_RESERVATION=1.0
NEXA_SDK_MEMORY_RESERVATION=2G