Hi, can anyone with in-depth experience in connecting their WP website to the Assistant via PHP codes assist in retrieving the following information;
I have looked through the OpenAI API documentation (https://beta.openai.com/docs/api-reference/introduction), and I can’t get the following data:
- The available operations with Assistants (e.g., completions, messages).
- The required API version that supports these operations.
- Any specific headers or parameters required for requests involving Assistants.
- Subscription Plan: Verify my OpenAI subscription plan if there are any features and limits imposed on accessing the Assistants as intended.
curl_setopt($ch, CURLOPT_URL, “https://api.openai.com/v1/assistants/$gpt_assistant_id”);