Ishikawa7 commited on
Commit
7f8a438
·
verified ·
1 Parent(s): e221feb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def download(task_id: str) -> str:
73
  # --- Initialize the agent ---
74
  #api_key = os.getenv("FEATHERLESS_API_KEY")
75
  #print("FEATHERLESS_API_KEY:", api_key)
76
- model = InferenceClientModel(model_id="distilgpt2")
77
 
78
  agent = CodeAgent(
79
  tools=[calc, run_py, download],
 
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],