Hi all, I’m not sure what’s wrong with my chatkit setup. I’m using vanilla JS (web js) on a classic html page, and when I load up chatkit with my workflow, it provides no response.
Here is my agent:
It won’t let me upload a picture of my chatkit UI, but it essentially loads and makes requests, but when I type to it, it’ll “think” for like 10 seconds before outputting something blank.
Inspecting the requests show that the API returned no data.
Anyone have any ideas? Or is this a bug?
I am seeing the same problem. I cloned GitHub - openai/openai-chatkit-starter-app: Starter app to build with OpenAI ChatKit + Agent Builder and configured my key and workflow ID. I open Chrome (on Mac) without any extensions enabled, and type “Hello.” I see it think for a few seconds, and it successfully updates the conversation title to “Greeting with an AI Assistant“ but never responds. I’ve tried a few other of OpenAI’s example workflows, but all behave the same.
I submitted a bug report here: Responses are empty · Issue #25 · openai/openai-chatkit-starter-app · GitHub
Do you see the traces in Platform’s Dashboard?