Skip to content

Commit be6d98c

Browse files
authored
Merge pull request #282 from Pipelex/release/v0.10.2
Release/v0.10.2
2 parents 12453e7 + 87117df commit be6d98c

84 files changed

Lines changed: 636 additions & 1913 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
PYRIGHT_PYTHON_FORCE_VERSION=1.1.398
22

3+
PIPELEX_INFERENCE_API_KEY=
4+
35
OPENAI_API_KEY=
46

57
AWS_ACCESS_KEY_ID=
68
AWS_SECRET_ACCESS_KEY=
79
AWS_REGION=
810

9-
AZURE_OPENAI_API_ENDPOINT=
10-
AZURE_OPENAI_API_VERSION=2025-04-01-preview # this is the latest API version with previex features
11-
AZURE_OPENAI_API_KEY=
11+
AZURE_API_BASE=
12+
AZURE_API_VERSION=
13+
AZURE_API_KEY=
14+
15+
GCP_PROJECT_ID=
16+
GCP_LOCATION=
17+
GCP_CREDENTIALS_FILE_PATH=path/to/credentials.json
1218

1319
ANTHROPIC_API_KEY=
1420

@@ -17,11 +23,9 @@ MISTRAL_API_KEY=
1723
PERPLEXITY_API_KEY=
1824
PERPLEXITY_API_ENDPOINT=https://api.perplexity.ai
1925

20-
FAL_API_KEY=
21-
22-
GCP_PROJECT_ID=
23-
GCP_REGION=
24-
GCP_CREDENTIALS_FILE_PATH=path/to/credentials.json
25-
2626
XAI_API_KEY=
2727
XAI_API_ENDPOINT=https://api.x.ai/v1/
28+
29+
FAL_API_KEY=
30+
31+
BLACKBOX_API_KEY=

.pipelex/create/build_pipelines.md

Lines changed: 0 additions & 317 deletions
This file was deleted.

0 commit comments

Comments
 (0)