Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
Fix wrong file name (wasn't matching with huggingface)
  • Loading branch information
robonxt-ai authored Jan 27, 2024
1 parent 26e3346 commit f144992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"default_history_file": "history_template.json",
"images": "images/",
"yuna_model_dir": "lib/models/yuna/",
"yuna_default_model": "yuna-ai-q5.gguf",
"yuna_default_model": "yuna-ggml-q5.gguf",
"agi_model_dir": "lib/models/agi/",
"art_default_model": "any_loli.safetensors",
"prompts": "static/db/prompts/",
Expand All @@ -49,4 +49,4 @@
"secret_key": "YourSecretKeyHere123!",
"encryption_key": "zWZnu-lxHCTgY_EqlH4raJjxNJIgPlvXFbdk45bca_I="
}
}
}

0 comments on commit f144992

Please sign in to comment.