fix (templates): ai-search OK. Fix themes.
This commit is contained in:
parent
b159b99aa4
commit
fcf72d5faf
3 changed files with 4 additions and 4 deletions
|
@ -687,7 +687,6 @@ export class GBMinService {
|
||||||
if (instance === null) {
|
if (instance === null) {
|
||||||
instance = await this.core.loadInstanceByActivationCode(botId);
|
instance = await this.core.loadInstanceByActivationCode(botId);
|
||||||
}
|
}
|
||||||
GBLogEx.info(instance.instanceId, `New user: ${req.body?.user?.id}.`);
|
|
||||||
|
|
||||||
if (instance !== null) {
|
if (instance !== null) {
|
||||||
// Gets the webchat token, speech token and theme.
|
// Gets the webchat token, speech token and theme.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name,value
|
name,value
|
||||||
Answer Mode,document-ref
|
Answer Mode,document-ref
|
||||||
Theme Color,blue
|
Theme Color,green
|
||||||
Start Dialog, start
|
Start Dialog, start
|
|
|
@ -1,4 +1,5 @@
|
||||||
name,value
|
name,value
|
||||||
Answer Mode,sql
|
Answer Mode,chart
|
||||||
llm File,northwind.db
|
llm File,northwind.db
|
||||||
llm Driver,sqlite
|
llm Driver,sqlite
|
||||||
|
Theme Color,yellow
|
|
Loading…
Add table
Reference in a new issue