tiniest bug fix

This commit is contained in:
uukelele 2025-04-21 09:18:38 +01:00 committed by GitHub
parent 0d7500e898
commit 5daee21e2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";