ZennyKenny commited on
Commit
96def24
·
verified ·
1 Parent(s): 446ff99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def handle_query(user_input: str) -> str:
104
 
105
  agent = CodeAgent(
106
  tools=[sql_engine],
107
- model=HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct"),
108
  )
109
 
110
  with gr.Blocks() as demo:
 
104
 
105
  agent = CodeAgent(
106
  tools=[sql_engine],
107
+ model=HfApiModel(model_id="meta-llama/Llama-3.3-70B-Instruct"),
108
  )
109
 
110
  with gr.Blocks() as demo: