mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-29 18:33:03 +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('/');
|
[prov, mdl, voice] = model.split('/');
|
||||||
url = "https://text.pollinations.ai/openai";
|
url = "https://text.pollinations.ai/openai";
|
||||||
} else {
|
} else {
|
||||||
prov = model.provider;
|
prov = model.api;
|
||||||
mdl = model.model;
|
mdl = model.model;
|
||||||
voice = model.voice;
|
voice = model.voice;
|
||||||
url = model.url || "https://text.pollinations.ai/openai";
|
url = model.url || "https://text.pollinations.ai/openai";
|
||||||
|
|
Loading…
Add table
Reference in a new issue