Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiarimo committed May 14, 2024
1 parent ac8bde6 commit 4c9f8a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"repetition_penalty": 1.11,
"last_n_tokens": 128,
"seed": -1,
"top_k": 100,
"top_p": 1,
"top_k": 60,
"top_p": 0.9,
"stop": [
"Yuki:",
"\nYuki:",
Expand All @@ -41,7 +41,9 @@
"yuna_default_model": "yuna-ai-v2-q6_k.gguf",
"agi_model_dir": "lib/models/agi/",
"art_default_model": "yuna_ai_anime.safetensors",
"device": "mps"
"device": "mps",
"yuna_text_mode": "native",
"yuna_audio_mode": "fast"
},
"security": {
"secret_key": "YourSecretKeyHere123!",
Expand Down

0 comments on commit 4c9f8a4

Please sign in to comment.