open-ai

Description

Open AI API client for Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
2
Forks
2
Created
May 4, 2022
Updated
Sept. 9, 2025
Topics
open-ai pharo smalltalk

README excerpt

# Open-AI

![Logo](assets/logo.svg)

A client for using [Open AI](https://beta.openai.com/docs/introduction) API.

This allows other projects to have this one as prerequisite, invoke the API
provided and have Open AI models underneath to solve machine learning tasks.

[![Unit Tests](https://github.com/pharo-ai/Open-AI/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/pharo-ai/Open-AI/actions/workflows/unit-tests.yml)
[![Coverage Status](https://codecov.io/github/pharo-ai/Open-AI/coverage.svg?branch=release-candidate)](https://codecov.io/gh/pharo-ai/Open-AI/branch/release-candidate)
[![Baseline Groups](https://github.com/pharo-ai/Open-AI/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/pharo-ai/Open-AI/actions/workflows/loading-groups.yml)
[![Markdown Lint](https://github.com/pharo-ai/Open-AI/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/pharo-ai/Open-AI/actions/workflows/markdown-lint.yml)

[![GitHub release](https://img.shields.io/github/release/pharo-ai/Open-AI.svg)](https://github.com/pharo-ai/Open-AI/releases/latest)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)

This project offers the features in [Open AI](https://beta.openai.com/docs/introduction)
as different API clients for search, completion, classification and question
answering. It also provides examples on how to use each of them.

Since [Open AI](https://beta.openai.com/docs/introduction) requires authentication
through personal keys provided to [registered users](https://beta.openai.com/signup),
you need to provide your own key in order to use it.

## Quick links

- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/pharo-ai/Open-AI/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/pharo-ai/Open-AI/issues/new?labels=Type%3A+Feature)

## License

- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).

## Installation

To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).

## Contributing

Check the [Contribution Guidelines](CONTRIBUTING.md)
← Back to results