Openai assistant #2148
Unanswered
valepetros
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please watch youtube video I did and extension i prepared just for openai integration... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a chatbot follwing the guidelines of the tutorial and it works great!
Now I'm trying to use the openai API for the chatgpt assistant.
In the openai panel I've created an assistant and the API works well using postman.
If I use the same postman configuration in live helper chat it doeasn't work.
Is it possible that I'm configuring something wrong or is it not possible to use a chatgpt assistant in live helper chat?
this is the postman cUrl
In the LHC panel of the chatbot i've used these configuration:
host: https://api.openai.com
method: POST
Sub URL: /v1/assistants/asst_XXX
Authorization method: Bearer token sk-proj-XXX
Headers: OpenAI-Beta : assistants=v2, Content-Type: application/json,
Body(raw Json):
{
"instructions": "You are a helpful assistant."
}
Thanks
Beta Was this translation helpful? Give feedback.
All reactions