fix (templates): ai-search OK. Fix themes.

This commit is contained in:
Rodrigo Rodriguez 2024-09-19 20:50:05 -03:00
parent b159b99aa4
commit fcf72d5faf
3 changed files with 4 additions and 4 deletions

View file

@ -687,7 +687,6 @@ export class GBMinService {
if (instance === null) {
instance = await this.core.loadInstanceByActivationCode(botId);
}
GBLogEx.info(instance.instanceId, `New user: ${req.body?.user?.id}.`);
if (instance !== null) {
// Gets the webchat token, speech token and theme.

View file

@ -1,4 +1,4 @@
name,value
Answer Mode,document-ref
Theme Color,blue
Theme Color,green
Start Dialog, start
1 name value
2 Answer Mode document-ref
3 Theme Color blue green
4 Start Dialog start

View file

@ -1,4 +1,5 @@
name,value
Answer Mode,sql
Answer Mode,chart
llm File,northwind.db
llm Driver,sqlite
Theme Color,yellow
1 name value
2 Answer Mode sql chart
3 llm File northwind.db
4 llm Driver sqlite
5 Theme Color yellow