permission error
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ openai_kwargs = {
|
|
| 26 |
def initialize_agent(
|
| 27 |
prompt_file,
|
| 28 |
tools_to_use=None,
|
| 29 |
-
model_dir="
|
| 30 |
temp_dir="temp",
|
| 31 |
device="cuda",
|
| 32 |
model="google/gemini-2.5-pro-exp-03-25:free",
|
|
|
|
| 26 |
def initialize_agent(
|
| 27 |
prompt_file,
|
| 28 |
tools_to_use=None,
|
| 29 |
+
model_dir="./model-weights",
|
| 30 |
temp_dir="temp",
|
| 31 |
device="cuda",
|
| 32 |
model="google/gemini-2.5-pro-exp-03-25:free",
|