Update lollms_tti.js

This commit is contained in:
Saifeddine ALOUI 2024-10-03 16:35:06 +02:00 committed by GitHub
parent f701df4f8b
commit 7434edecde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
class LollmsTTI {
constructor(baseUrl = 'http://localhost:9600') {
constructor(baseUrl = '') {
this.baseUrl = baseUrl;
}