We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507ce15 commit f213173Copy full SHA for f213173
writer.py
@@ -17,7 +17,7 @@
17
18
start = time.time()
19
print("Connecting to LLM API ...")
20
-deepseek = OpenAI(base_url="https://api.deepseek.com", api_key=os.environ.get("DS_APIKEY$"))
+deepseek = OpenAI(base_url="https://api.deepseek.com", api_key=os.environ.get("DS_APIKEY"))
21
print(f"Initialized LLM API. ({time.time() - start:.1f}s)")
22
23
def generate(context, provider, model):
0 commit comments