Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
45 views

I'm developing a WhatsApp chatbot in Python and want to implement a human handover feature. The goal is to temporarily pause the bot's automated responses when a human administrator opens the chat to ...
Tiago Silva's user avatar
0 votes
0 answers
45 views

I’m building a chatbot for my research project that helps participants understand a chart. The chatbot runs on a website built with React. My goal is to make it feel just like using ChatGPT in the ...
Hesper's user avatar
  • 161
0 votes
1 answer
278 views

I'm setting up commands for StreamElements on a Twitch channel. I'm looking to create a !shoutout command, which I can do easily enough through the following: Check out ${1}, they are playing ${game ${...
5Reaper5's user avatar
0 votes
0 answers
332 views

While trying to build a chatbot leveraging the capabilities of CopilotKit and GPT-4o model. I am also using the frontend (React based UI) which is also supported by CopilotKit. What's happening is ...
Gaurav Singh's user avatar
0 votes
1 answer
3k views

I am trying to run the llama-cli tool in llama.cpp. However, I am encountering problems when talking to my model codellama-7b-instruct.Q5_K_M.gguf So I decided to use the conversation template. ...
Dominik Szkotland's user avatar
3 votes
1 answer
171 views

I've developed a Google Chat app through a Google Cloud project (enabled the Google Chat API, created the app, and deployed it internally). The app is added to chats via the "New Chat" ...
Akash Agarwal's user avatar
1 vote
0 answers
818 views

I'm trying to use the OpenAI integration in n8n to extract specific information from a client's message and return it in a structured JSON format. For example, I want the assistant to extract values ...
Marcus Vinícius Afixar's user avatar
0 votes
0 answers
44 views

this is my python code import streamlit as st import pandas as pd import requests # ---------- FUNCTION TO FETCH API DATA ---------- def fetch_data_from_api(api_url): """Fetch data ...
usama rabbani's user avatar
1 vote
1 answer
96 views

I'm trying to create a chatbot using streamlit. I want it to be possible to have a hybrid query of text and a file input. Right now I have created it so that I can click the send button and the input ...
Thiyo fernando's user avatar
0 votes
1 answer
148 views

I'm working with Langchain and OpenAI to develop a conversational AI. I've integrated multiple tools into the chain and am using a template to structure the conversation. However, I'm stuck on how to ...
Norhther's user avatar
  • 622
0 votes
0 answers
177 views

In OnMessageActivityAsync, I am getting an API response, adding feedbackLoop to channelData and calling SendActivityAsync. var replyText = $" {APIresponse} "; var seperator = "--------...
Deepika's user avatar
  • 65
1 vote
1 answer
777 views

I am working on a chatbot app and want to implement a chat interface similar to ChatGPT's UI. When a user sends a message: The previous messages should move out of view at the top. The user's latest ...
Maaz Siddiqui's user avatar
0 votes
0 answers
41 views

I am trying to implement a simple ChatAI application using the Poe API in Flutter, but I am encountering issues where the chat functionality is not working as expected. Here is my code for reference: ...
Abdullah Bawajeeh's user avatar
0 votes
1 answer
141 views

I’ve been experimenting with Azure AI Foundry and created a Retrieval-Augmented Generation (RAG) chatbot that works great on its own. However, when I try to deploy the chatbot using Azure, I encounter ...
Liam Mason's user avatar
0 votes
0 answers
60 views

command chat bot in ms teams and with sso authentication using Authprompt dialog. Azure AD intra id setup completed with redirect uris https://localhost:44310/signin-oidc https://.ngrok-free.app/auth-...
CuriousBoy's user avatar
0 votes
0 answers
162 views

I am working on a chatbot using LangChain, ChromaDB, and Hugging Face models. However, when I try to run my script, I get the error: 'dict' object has no attribute 'replace' Here is my code: ...
Saiyad Aamir's user avatar
1 vote
0 answers
143 views

I developed a LINE chatbot using Google Apps Script and encountered an issue while working with the rich menu. After generating three menus, I attempted to switch between them using richMenuSwitch. I ...
user29623559's user avatar
0 votes
1 answer
612 views

I checked the WhatsApp Business API documentation and couldn’t find a direct way to start a conversation without the customer initiating it. Currently, I can send messages only after receiving a ...
Maulana's user avatar
0 votes
1 answer
64 views

I deployed the frontend of my RASA chatbot through netlify. The frontend works but the bot doesn't respond. Now I don't know how to deploy the backend of my bot. I tried some backend deployment ...
Van Carlo Labanan's user avatar
0 votes
1 answer
1k views

I am developing a shopping assistant Chatbot. While using function calling APIs, I get an error. The "auto" does not seem to fetch any function. I use "gpt-4o-mini" model. I ...
SubathraKishore's user avatar
0 votes
1 answer
157 views

I’ve built a chatbot using Azure OpenAI with GPT-4o. The chatbot is deployed as a Teams application and works as expected. However, I want to enable streaming messages, but it’s not working as ...
ABM's user avatar
  • 23
0 votes
0 answers
51 views

I am writing a ChatBot using Svelte and am using the useChat function to interface with my backend to talk to an LLM. <script lang="ts"> import ChatList from '$lib/components/...
Ananda's user avatar
  • 3,300
0 votes
1 answer
118 views

Initializing hugging face transformer causes loops to restart. I have created simple loop which reads text and replies but the loop is restarting new thread when initalizing chatbot pipeline. Minimum ...
Shahir Ansari's user avatar
0 votes
1 answer
222 views

there, I have configured an Amazon Lex V2 bot with different intents and I would like to have a voicebot and chatbot that can be used with Amazon Connect. I have tried different solutions by testing ...
Elise Elise's user avatar
0 votes
0 answers
111 views

I want to integrate Google DialogFlow with WhatsApp Business number in my application without using any paid 3rd party API. I searched many platforms like Twilio, AiSensy, Kommunicate and many more ...
Jaykant's user avatar
  • 399

1
2 3 4 5
86