Ishikawa7 commited on
Commit
160a30c
·
verified ·
1 Parent(s): a9ac608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -71,8 +71,9 @@ def download(task_id: str) -> str:
71
  return f"Error: {e}"
72
 
73
  # --- Initialize the agent ---
74
- api_key = os.getenv("FEATHERLESS_API_KEY")
75
- model = InferenceClientModel(api_key=api_key)
 
76
 
77
  agent = CodeAgent(
78
  tools=[calc, run_py, download],
 
71
  return f"Error: {e}"
72
 
73
  # --- Initialize the agent ---
74
+ #api_key = os.getenv("FEATHERLESS_API_KEY")
75
+ #print("FEATHERLESS_API_KEY:", api_key)
76
+ model = InferenceClientModel()
77
 
78
  agent = CodeAgent(
79
  tools=[calc, run_py, download],