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

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="EleutherAI/gpt-neo-125M")
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(model_id="distilgpt2")
77
 
78
  agent = CodeAgent(
79
  tools=[calc, run_py, download],