Skip to content

Commit 8853a7f

Browse files
committed
minor #565 [Perplexity] Add API key entry to examples/.env (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Perplexity] Add API key entry to `examples/.env` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- a2db19f Add Perplexity API key entry to examples/.env
2 parents 3472687 + a2db19f commit 8853a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ GOOGLE_CLOUD_PROJECT=GOOGLE_CLOUD_PROJECT
8787
ALBERT_API_KEY=
8888
ALBERT_API_URL=
8989

90+
# Perplexity
91+
PERPLEXITY_API_KEY=
92+
9093
# For MariaDB store. Server defined in compose.yaml
9194
MARIADB_URI=pdo-mysql://[email protected]:3309/my_database
9295

0 commit comments

Comments
 (0)