mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
fix: chatbot services
This commit is contained in:
parent
25959ad143
commit
a9c737da3f
@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
|
||||
RUN apk update && \
|
||||
apk add git ffmpeg wget curl bash
|
||||
|
||||
LABEL version="2.0.10" description="Api to control whatsapp features through http requests."
|
||||
LABEL version="2.1.0" description="Api to control whatsapp features through http requests."
|
||||
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
||||
LABEL contact="contato@atendai.com"
|
||||
|
||||
|
@ -1006,6 +1006,7 @@ export class OpenaiController extends ChatbotController implements ChatbotContro
|
||||
await this.openaiService.processOpenaiChatCompletion(
|
||||
this.waMonitor.waInstances[instance.instanceName],
|
||||
remoteJid,
|
||||
pushName,
|
||||
findBot,
|
||||
session,
|
||||
settings,
|
||||
@ -1031,6 +1032,7 @@ export class OpenaiController extends ChatbotController implements ChatbotContro
|
||||
await this.openaiService.processOpenaiChatCompletion(
|
||||
this.waMonitor.waInstances[instance.instanceName],
|
||||
remoteJid,
|
||||
pushName,
|
||||
findBot,
|
||||
session,
|
||||
settings,
|
||||
|
Loading…
Reference in New Issue
Block a user