Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Dec 5, 2023
1 parent a61b781 commit 82967fb
Show file tree
Hide file tree
Showing 14 changed files with 14,102 additions and 2,674 deletions.
4 changes: 2 additions & 2 deletions characters/jarvis/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bot_name": "JARVIS",
"bot_voice": "JARVIS",
"language": "en",
"tts_model_path": "../models/ggml-base.en.bin",
"llm_model_path": "../models/llama-2-7b-chat.ggmlv3.q4_0.bin",
"tts_model_path": "../models/ggml-base.bin",
"llm_model_path": "../models/nous-hermes-llama-2-7b.Q4_0.gguf",
"voice": "common-voice-female"
}
4 changes: 2 additions & 2 deletions customchar/common/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ struct CCParams {
std::string bot_name = "JARVIS";
std::string chat_symb = ":";
std::string language = "en";
std::string tts_model_path = "../models/ggml-base.en.bin";
std::string llm_model_path = "../models/llama-2-7b-chat.ggmlv3.q4_0.bin";
std::string tts_model_path = "../models/ggml-base.bin";
std::string llm_model_path = "../models/nous-hermes-llama-2-7b.Q4_0.gguf";
std::string voice = "common-voice-male";
std::string prompt = "";
std::string path_session = "";
Expand Down
Loading

0 comments on commit 82967fb

Please sign in to comment.