Is there any experience out there with using the OpenAI API from Ada? Does anyone have anything to share?
To be clear, (I am not sure I understand).
Did you want feedback about the integration of OpenAI API into an Ada program to have, for example, a chat assistant written in Ada, like you can have with Claude Code or any other agent program?
I am specially interested in data-/image/geometry analyses and pattern recognition, but any experience may have some interest. Anybody with some experience to tell about?
Example: chatgpt could (maybe) be useful for diagnoses from images of cancer cells. Maybe.
Good or bad ![]()
I’ve played a little with that last year and created an Alire crate. The OpenAI API requires a token that you obtain from your account. Their API seem to change quickly so I’m not sure this is still up to date.
And you will find examples in for image generation:
And chat operation:
Just tried it with ollama to access local running models and it works fine! Thank you!