Skip to content

Commit f213173

Browse files
committed
fix: typo
1 parent 507ce15 commit f213173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
start = time.time()
1919
print("Connecting to LLM API ...")
20-
deepseek = OpenAI(base_url="https://api.deepseek.com", api_key=os.environ.get("DS_APIKEY$"))
20+
deepseek = OpenAI(base_url="https://api.deepseek.com", api_key=os.environ.get("DS_APIKEY"))
2121
print(f"Initialized LLM API. ({time.time() - start:.1f}s)")
2222

2323
def generate(context, provider, model):

0 commit comments

Comments
 (0)