Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to ChatGPT plugin #493

Closed
tfius opened this issue May 16, 2023 · 0 comments
Closed

Add support to ChatGPT plugin #493

tfius opened this issue May 16, 2023 · 0 comments
Assignees

Comments

@tfius
Copy link
Contributor

tfius commented May 16, 2023

To be able to use FairOS with ChatGPT comming plugins. We can extend FairOS.

contents of ai-plugin.json:

{
    "schema_version": "v1",
    "name_for_model": "FairOs retrieval",
    "name_for_human": "FairOS retrival plugin",
    "description_for_model": "Plugin for searching through the user's documents to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information, or asks you to save information for later.",
    "description_for_human": "Search through your pods and documents and do whatever with your data.",
    "auth": {
      "type": "user_http",
      "authorization_type": "bearer"
    },
    "api": {
      "type": "openapi",
      "url": "https://fairos.fairdatasociety.org/.well-known/openapi.yaml",
      "has_user_authentication": false
    },
    "logo_url": "https://fairos.fairdatasociety.org/.well-known/logo.png",
    "contact_email": "hello@fairdatasociety.org", 
    "legal_info_url": "hello@legal.com"
}
asabya added a commit that referenced this issue May 22, 2023
asabya added a commit that referenced this issue May 22, 2023
feat: add chatGPT plugin support, #493
@asabya asabya closed this as completed Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants