Test ran at 2025-07-24 13:18:27.127210+00:00 SOLUTION: openai=1.0.0: OpenAI client library Origin: commit 0f7f852189670501caa4f6150e412636e3b27d73 from https://gitlab.com/stcarrez/ada-openai.git Properties: Author: Stephane.Carrez@gmail.com Configuration: no modifiers Description: OpenAI client library GPR Scenario: OPENAI_BUILD := distrib | debug | optimize | profile | coverage GPR Scenario: OPENAI_LIBRARY_TYPE := relocatable | static | static-pic License: Apache-2.0 Long_Description: [Ada OpenAI](https://gitlab.com/stcarrez/ada-openai) provides an Ada API to make requests on the [OpenAI](https://openai.com/) models allowing an Ada application to access the [GPT-3](https://platform.openai.com/docs/models/gpt-3-5), [GPT-4](https://platform.openai.com/docs/models/gpt-4), [DALL.E](https://platform.openai.com/docs/models/dall-e) and other AI models. The library was generated by the [OpenAPI](https://github.com/OpenAPITools/openapi-generator) code generator from the OpenAPI description of the OpenAI service and it uses the [OpenAPI Ada](https://github.com/stcarrez/swagger-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 ``` ## Links - [OpenAI API reference](https://platform.openai.com/docs/api-reference) - Ada example: [OpenAI Image Generation](https://gitlab.com/stcarrez/openapi-image) - Ada example: [OpenAI Chat](https://gitlab.com/stcarrez/openai-chat) - Ada example: [OpenAI Completion](https://gitlab.com/stcarrez/openapi-completion) Maintainer: Stephane.Carrez@gmail.com Maintainers_Logins: stcarrez Name: openai Project_File: openai.gpr Tag: rest Tag: web Tag: api Tag: openapi Tag: openai Version: 1.0.0 Website: https://gitlab.com/stcarrez/ada-openai Dependencies (direct): openapi~0.7.0 Dependencies (solution): gnat=15.1.2 (gnat_native) openapi=0.7.0 security=1.5.1 utilada=2.8.1 utilada_xml=2.8.1 xmlada=24.0.0 Dependencies (graph): openai=1.0.0 --> openapi=0.7.0 (~0.7.0) openapi=0.7.0 --> security=1.5.1 (^1.5.0) openapi=0.7.0 --> utilada=2.8.1 (^2.6.0) openapi=0.7.0 --> utilada_xml=2.8.1 (^2.6.0) security=1.5.1 --> utilada=2.8.1 (^2.6.0) security=1.5.1 --> utilada_xml=2.8.1 (^2.6.0) utilada_xml=2.8.1 --> utilada=2.8.1 (^2.8.1) utilada_xml=2.8.1 --> xmlada=24.0.0 (^24.0) xmlada=24.0.0 --> gnat=15.1.2 (gnat_native) (>=11) LOG: [alr test] Testing openai=1.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get openai=1.0.0 Note: Deploying openai=1.0.0... Note: Deploying openapi=0.7.0... openai=1.0.0 successfully retrieved. Dependencies were solved as follows: +b gnat 15.1.2 (new,gnat_native,indirect,binary) + openapi 0.7.0 (new) + security 1.5.1 (new,indirect) + utilada 2.8.1 (new,indirect) + utilada_xml 2.8.1 (new,indirect) + xmlada 24.0.0 (new,indirect) [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building openai=1.0.0/openai.gpr... Setup [mkdir] object directory for project Openapi [mkdir] library directory for project Openapi [mkdir] object directory for project openai [mkdir] library directory for project openai Compile [Ada] openapi-streams-forms.adb [Ada] openapi-credentials-oauth.adb [Ada] openapi-credentials.ads [Ada] openapi.adb [Ada] openapi-clients.adb [Ada] swagger.ads [Ada] openapi-streams.adb [Ada] openai-clients.adb [Ada] openai-models.adb [Ada] openai.ads openai-clients.adb:17:30: (style) space not allowed [-gnatyt] Build Libraries [gprlib] openapi.lexch [gprlib] openaiada.lexch [archive] libopenapi.a [index] libopenapi.a [archive] libopenaiada.a [index] libopenaiada.a Success: Build finished successfully in 17.66 seconds. Found declared GPR file: openai.gpr [alr test] Test completed SUCCESSFULLY