yooke commited on
Commit
d103914
·
verified ·
1 Parent(s): 2885823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
12
  # --- Basic Agent Definition ---
13
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
14
  DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
15
- DEEPSEEK_API_BASE = os.getenv("DEEPSEEK_API_BASE", "https://api.deepseek.com/v1")
16
  class BasicAgent:
17
  def __init__(self):
18
  print("BasicAgent initialized.")
 
12
  # --- Basic Agent Definition ---
13
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
14
  DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
15
+ DEEPSEEK_API_BASE = os.getenv("DEEPSEEK_API_BASE", "https://api.deepseek.com")
16
  class BasicAgent:
17
  def __init__(self):
18
  print("BasicAgent initialized.")