Skip to content

Commit

Permalink
Merge pull request #58 from robonxt-ai/patch-1
Browse files Browse the repository at this point in the history
Fix wrong file name (wasn't matching with huggingface)
  • Loading branch information
yukiarimo authored Jan 28, 2024
2 parents 26e3346 + f144992 commit 43284fa
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 43284fa

Please sign in to comment.