Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

[Feature Request]: Add support for plugin #1374

Closed
1 task done
PlexPt opened this issue May 17, 2023 · 4 comments
Closed
1 task done

[Feature Request]: Add support for plugin #1374

PlexPt opened this issue May 17, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request stale

Comments

@PlexPt
Copy link
Contributor

PlexPt commented May 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

Add support for plugin

Proposed workflow

  1. Add support for plugin

Additional information

Add support for plugin

@github-actions github-actions bot added the enhancement New feature or request label May 17, 2023
@github-actions
Copy link

Automated:
👋 Thanks for reporting this issue. @acheong08 will review it shortly. In the meantime, please check to see if there are any similar issues already closed.

@github-actions
Copy link

This issue is stale because it has been open for 2 days with no activity.

@github-actions github-actions bot added the stale label May 20, 2023
@Erol444
Copy link

Erol444 commented May 20, 2023

Hi @acheong08 ,
POST request below to https://chat.openai.com/backend-api/conversation. I am using Wolfram plugin. I am not sure how plugin names are mapped to IDs..

{
  "action": "next",
  "messages": [
    {
      "id": "aaa2a960-2fb2-4ad9-8b5b-424ac4158d10",
      "author": { "role": "user" },
      "content": {
        "content_type": "text",
        "parts": [
          "Three positive numbers are presented to you. These figures can be multiplied and added together. Your outcome will be the same. What numbers are there?"
        ]
      }
    }
  ],
  "parent_message_id": "aaa195ef-c616-411e-bcfc-b7d14ee575dd",
  "model": "gpt-4-plugins",
  "plugin_ids": ["plugin-d1d6eb04-3375-40aa-940a-c2fc57ce0f51"],
  "timezone_offset_min": -120,
  "history_and_training_disabled": false
}

@acheong08
Copy link
Owner

Supported!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

3 participants