{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "openapi": "~0.7.0"
    }
  ],
  "description": "OpenAI client library",
  "gpr-externals": {
    "OPENAI_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "OPENAI_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[Ada OpenAI](https://gitlab.com/stcarrez/ada-openai) provides an Ada API to make requests on the\n[OpenAI](https://openai.com/) models allowing an Ada application to access the [GPT-3](https://platform.openai.com/docs/models/gpt-3-5),\n[GPT-4](https://platform.openai.com/docs/models/gpt-4),\n[DALL.E](https://platform.openai.com/docs/models/dall-e)\nand other AI models.\n\nThe library was generated by the [OpenAPI](https://github.com/OpenAPITools/openapi-generator) code generator from the\nOpenAPI description of the OpenAI service and it uses the [OpenAPI Ada](https://github.com/stcarrez/swagger-ada) library\nto make HTTP requests and perform JSON serialization and deserialization.\n\n## Alire setup\n\n```\nalr with openai\n```\n\nFor the HTTP connection, you can either use AWS or CURL and run one of the following commands:\n\n```\nalr with utilada_curl\nalr with utilada_aws\n```\n\n## Links\n\n- [OpenAI API reference](https://platform.openai.com/docs/api-reference)\n- Ada example: [OpenAI Image Generation](https://gitlab.com/stcarrez/openapi-image)\n- Ada example: [OpenAI Chat](https://gitlab.com/stcarrez/openai-chat)\n- Ada example: [OpenAI Completion](https://gitlab.com/stcarrez/openapi-completion)\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "openai",
  "origin": {
    "commit": "0f7f852189670501caa4f6150e412636e3b27d73",
    "url": "git+https://gitlab.com/stcarrez/ada-openai.git"
  },
  "project-files": [
    "openai.gpr"
  ],
  "tags": [
    "rest",
    "web",
    "api",
    "openapi",
    "openai"
  ],
  "version": "1.0.0",
  "website": "https://gitlab.com/stcarrez/ada-openai"
}
