Openai

Website:

https://gitlab.com/stcarrez/ada-openai

Author:
  • Stephane.Carrez@gmail.com
Maintainer:
  • Stephane.Carrez@gmail.com
License:

Apache-2.0

Version:

1.0.0

Alire CI:

Dependencies: Dependents:

No dependents.

Badge:

OpenAI client library

#rest #web #api #openapi #openai

Ada OpenAI provides an Ada API to make requests on the OpenAI models allowing an Ada application to access the GPT-3, GPT-4, DALL.E and other AI models.

The library was generated by the OpenAPI code generator from the OpenAPI description of the OpenAI service and it uses the OpenAPI Ada library to make HTTP requests and perform JSON serialization and deserialization.

Alire setup

alr with openai

For the HTTP connection, you can either use AWS or CURL and run one of the following commands:

alr with utilada_curl
alr with utilada_aws