Non technical person trying to integrate Open AI assistant with Bolt

Hello

I have no technical skills, but I can read :slight_smile:
I am trying to call from Bolt.new an OpenAI assistant I have created.
Integrating with GPT-4 works well (I provide the API key generated for my org).
When I try to integrate directly with the assistant, I am told by Bolt the Assistant ID does not exist, although i got the number direclty from OpenAI (dashboard / assistant / copy assistant ID)

I have read here that I should verify if my OpenAI API key has access to the assistant, checking on a list of assistant.
I do not see how to check this.
Maybe it is another issue?
I really need help with this, thanks

1 Like

I have found that I need to use cURL command lines, but I don’t know what is is. I found a tutorial that explains how to install it on Mac using Terminal mode and entering the following command

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

However when I enter this I receive an error message

curl: (56) The requested URL returned error: 404
olivierarthus@airdeolivier879 ~ %

the more I dig the worse it gets