Skip to content

Commit

Permalink
Add .env example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbenko authored Jan 6, 2025
1 parent 41bd9c7 commit 4ecc95e
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
> [!IMPORTANT]
> Your `.env` file should contain the following environment variables:
>
> ```bash
> MISTRAL_API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxx"
>
> TAVILY_API_KEY = "tvly-xxxxxxxxxxxxxxxxxxxxxxxxx"
>
> PSQL_USERNAME = "postgres"
> PSQL_PASSWORD = "xxxxx"
> PSQL_HOST = "localhost"
> PSQL_PORT = "5432"
> PSQL_DATABASE = "agent_chat"
> PSQL_SSLMODE = "disable"
>
> LANGCHAIN_TRACING_V2=true
> LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
> LANGCHAIN_API_KEY="lsv2_pt_xxxxxxxxxxxxxxxxxxxxxxxxx"
> LANGCHAIN_PROJECT="YouTube LangSmith tutorial"
> ```

0 comments on commit 4ecc95e

Please sign in to comment.