Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ _ = load_dotenv()
|
|
| 23 |
def initialize_agent(
|
| 24 |
prompt_file,
|
| 25 |
tools_to_use=None,
|
| 26 |
-
model_dir="
|
| 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",
|