eternalBlissard commited on
Commit
19247c3
·
verified ·
1 Parent(s): dae1735

Update prompts/get_reply_from_qwen.py

Browse files
Files changed (1) hide show
  1. prompts/get_reply_from_qwen.py +1 -1
prompts/get_reply_from_qwen.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  from openai import OpenAI
3
  client = OpenAI(
4
  base_url="https://api.studio.nebius.ai/v1/",
5
- api_key=os.get_env("NEBIUS_API_KEY")
6
  )
7
 
8
 
 
2
  from openai import OpenAI
3
  client = OpenAI(
4
  base_url="https://api.studio.nebius.ai/v1/",
5
+ api_key=os.getenv("NEBIUS_API_KEY")
6
  )
7
 
8