Skip to content

Commit

Permalink
chore: added .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
MrunmayS committed Nov 2, 2023
1 parent f4d580d commit b2cbfd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions usecases/llm/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
OPENAI_API_KEY="xxxxxx"
PINECONE_API_KEY="xxxxxx"
PINE_ENV="xxxxxx"
AWS_ACCESS_KEY="xxxxxx"
AWS_SECRET_KEY=""xxxxxx"
AWS_BUCKET_NAME="xxxxxx"
AWS_REGION_S3="xxxxxx"
PG_DB="xxxxxx"
PG_HOST="xxxxxx"
PG_USER="xxxxxx"
PG_PASSWORD="xxxxxx"
DOZER_APP_ID="xxxxxx"
DOZER_TOKEN="xxxxxx"

0 comments on commit b2cbfd8

Please sign in to comment.