You've already forked M5Module-LLM
mirror of
https://github.com/m5stack/M5Module-LLM.git
synced 2026-05-20 11:31:45 -07:00
@@ -12,7 +12,7 @@ namespace m5_module_llm {
|
||||
struct ApiMelottsSetupConfig_t {
|
||||
String model = "melotts_zh-cn";
|
||||
String response_format = "sys.pcm";
|
||||
std::vector<String> input = {"sys.pcm"};
|
||||
std::vector<String> input = {"tts.utf-8,stream"};
|
||||
bool enoutput = false;
|
||||
bool enaudio = true;
|
||||
};
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ namespace m5_module_llm {
|
||||
struct ApiTtsSetupConfig_t {
|
||||
String model = "single_speaker_english_fast";
|
||||
String response_format = "sys.pcm";
|
||||
std::vector<String> input = {"sys.pcm"};
|
||||
std::vector<String> input = {"tts.utf-8,stream"};
|
||||
bool enoutput = false;
|
||||
bool enaudio = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user