mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-29 02:13:06 +02:00
tiniest bug fix
This commit is contained in:
parent
0d7500e898
commit
5daee21e2a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $s.Speak('${txt.replace(/'/g,"''")}'); $s.Dispose()"`
|
|||
[prov, mdl, voice] = model.split('/');
|
||||
url = "https://text.pollinations.ai/openai";
|
||||
} else {
|
||||
prov = model.provider;
|
||||
prov = model.api;
|
||||
mdl = model.model;
|
||||
voice = model.voice;
|
||||
url = model.url || "https://text.pollinations.ai/openai";
|
||||
|
|
Loading…
Add table
Reference in a new issue