Chryslerx10 commited on
Commit
99a4497
Β·
verified Β·
1 Parent(s): df414ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ _ = load_dotenv()
23
  def initialize_agent(
24
  prompt_file,
25
  tools_to_use=None,
26
- model_dir="/model-weights",
27
  temp_dir="temp",
28
  device="cuda",
29
  model="chatgpt-4o-latest",
 
23
  def initialize_agent(
24
  prompt_file,
25
  tools_to_use=None,
26
+ model_dir="./model-weights",
27
  temp_dir="temp",
28
  device="cuda",
29
  model="chatgpt-4o-latest",