Skip to content

Commit

Permalink
fix: add .env.script
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanpunia authored and cdxker committed Jul 19, 2024
1 parent 93771b9 commit 1f85eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/clustering-script/.env.script
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CLICKHOUSE_DSN=""
ANTHROPIC_API_KEY=""
2 changes: 1 addition & 1 deletion docker/clustering-script/get_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import dotenv

dotenv.load_dotenv()
anthropic_client = anthropic.Anthropic(api_key=os.getenv("LLM_API_KEY"))
anthropic_client = anthropic.Anthropic(api_key=os.getenv("ANTHROPIC_API_KEY"))


# Function to fetch data from ClickHouse
Expand Down

0 comments on commit 1f85eb8

Please sign in to comment.