yukiarimo / yuna-ai

Your Private Companion. The future AGI takeover starts here!
https://www.yuna-ai.com/
GNU Affero General Public License v3.0
109 stars 14 forks source link

Config defaults to wrong downloaded model. #57

Closed robonxt-ai closed 8 months ago

robonxt-ai commented 8 months ago

Describe the bug When installing and downloading yuna models from index.py or index.sh, the downloaded model is named differently from the one default in config file.

To Reproduce Steps to reproduce the behavior:

  1. Run index.sh or index.py
  2. Download the yuna model by selecting One Click, Go Back, and Yuna.
  3. Wait for it to finish downloading
  4. Attempt to run it using index.sh or index.py
  5. Error

Expected behavior The system should work normally after download.

Desktop (please complete the following information):

Solution Change config file "yuna_default_model": "yuna-ai-q5.gguf" to "yuna_default_model": "yuna-ggml-q5.gguf"