Skip to content

Commit 4b0a52e

Browse files
committed
Update env example and test count
1 parent 1ae3e3e commit 4b0a52e

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

.badges/tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"label": "tests",
4-
"message": "3942",
4+
"message": "3946",
55
"color": "blue",
66
"cacheSeconds": 300
77
}

.env.example

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ ANTHROPIC_API_KEY=
2222
# To use Mistral models
2323
MISTRAL_API_KEY=
2424

25-
# To use perplexity, including results from web search
26-
PERPLEXITY_API_KEY=
27-
PERPLEXITY_API_ENDPOINT=https://api.perplexity.ai
28-
2925
# To generate images from fal.ai, the service of Forest Labs
3026
FAL_API_KEY=
3127

@@ -42,5 +38,18 @@ GCP_CREDENTIALS_FILE_PATH=gcp_credentials.json
4238
XAI_API_KEY=
4339
XAI_API_ENDPOINT=https://api.x.ai/v1/
4440

45-
# To get access to many models with one key from blackbox.ai
4641
BLACKBOX_API_KEY=
42+
43+
OPENROUTER_API_KEY=
44+
45+
GROQ_API_KEY=
46+
47+
SCALEWAY_ENDPOINT=
48+
SCALEWAY_API_KEY=
49+
50+
LANGFUSE_PUBLIC_KEY=
51+
LANGFUSE_SECRET_KEY=
52+
53+
HF_TOKEN=
54+
55+
LINKUP_API_KEY=

0 commit comments

Comments
 (0)