TAVILY_API_KEY

This commit is contained in:
leehk 2025-04-14 13:45:47 +08:00
parent 9d33cb538f
commit 6a70b31973

View File

@ -114,7 +114,7 @@ jobs:
docker run \ docker run \
-d \ -d \
-e DEEPSEEK_API_KEY=${{ secrets.DEEPSEEK_API_KEY }} \ -e DEEPSEEK_API_KEY=${{ secrets.DEEPSEEK_API_KEY }} \
-e DEEPSEEK_API_URL=${{ secrets.DEEPSEEK_API_URL }} \ -e TAVILY_API_KEY=${{ secrets.TAVILY_API_KEY }} \
-e ENVIRONMENT=dev \ -e ENVIRONMENT=dev \
-e TESTING=0 \ -e TESTING=0 \
-e PORT=8765 \ -e PORT=8765 \