Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/values-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ archestra:
ARCHESTRA_OLLAMA_BASE_URL: "http://e2e-tests-wiremock:8080/ollama/v1"
ARCHESTRA_ZHIPUAI_BASE_URL: "http://e2e-tests-wiremock:8080/zhipuai/v4"
ARCHESTRA_MISTRAL_BASE_URL: "http://e2e-tests-wiremock:8080/mistral/v1"
ARCHESTRA_MINIMAX_BASE_URL: "http://e2e-tests-wiremock:8080/minimax/v1"
# Chat API keys (for e2e testing)
ARCHESTRA_CHAT_OPENAI_API_KEY: test-key
ARCHESTRA_CHAT_ANTHROPIC_API_KEY: test-key
Expand All @@ -34,6 +35,7 @@ archestra:
ARCHESTRA_CHAT_OLLAMA_API_KEY: test-key
ARCHESTRA_CHAT_ZHIPUAI_API_KEY: test-key
ARCHESTRA_CHAT_MISTRAL_API_KEY: test-key
ARCHESTRA_CHAT_MINIMAX_API_KEY: test-key
ARCHESTRA_METRICS_SECRET: "foo-bar"
ARCHESTRA_FRONTEND_URL: "http://localhost:3000"
ARCHESTRA_AUTH_SECRET: "e2e-auth-secret-must-be-32-chars-long"
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"postman.settings.dotenv-detection-notification-visibility": false
}
Loading