Corrige inicio do chat no desktop
All checks were successful
All checks were successful
This commit is contained in:
parent
9c6e724128
commit
9142446f06
2 changed files with 42 additions and 4 deletions
|
|
@ -424,8 +424,8 @@ function App() {
|
|||
})
|
||||
// Iniciar sistema de chat apos o agente
|
||||
await invoke("start_chat_polling", {
|
||||
base_url: apiBaseUrl,
|
||||
convex_url: "https://convex.esdrasrenan.com.br",
|
||||
baseUrl: apiBaseUrl,
|
||||
convexUrl: "https://convex.esdrasrenan.com.br",
|
||||
token: data.machineToken,
|
||||
})
|
||||
logDesktop("chat:started")
|
||||
|
|
@ -607,8 +607,8 @@ function App() {
|
|||
})
|
||||
// Iniciar sistema de chat apos o agente
|
||||
await invoke("start_chat_polling", {
|
||||
base_url: apiBaseUrl,
|
||||
convex_url: "https://convex.esdrasrenan.com.br",
|
||||
baseUrl: apiBaseUrl,
|
||||
convexUrl: "https://convex.esdrasrenan.com.br",
|
||||
token,
|
||||
})
|
||||
logDesktop("chat:started:validation")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue