Skip to content

Commit 9906939

Browse files
committed
add .env settings and configure yml
1 parent 56ab508 commit 9906939

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ __pycache__
33
.ipynb_checkpoints
44
wandb/
55
artifacts/
6+
7+
**/.env
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
OPENAI_API_KEY=YOUR_OPENAI_API_KEY_HERE
2+
REPLICATE_API_TOKEN=YOUR_REPLICATE_TOKEN_HERE
3+
DATABRICKS_API_TOKEN=your_databricks_token_here
4+
DATABRICKS_API_URL=your_databricks_endpoint_url
5+
TOGETHER_API_KEY=your_together_ai_key_here
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: prompt-migration
2+
channels:
3+
- defaults
4+
- pytorch
5+
dependencies:
6+
- python=3.9
7+
- pip
8+
- pip:
9+
- dspy-ai
10+
- torch
11+
- transformers
12+
- openai
13+
- databricks-sdk

0 commit comments

Comments
 (0)