Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decodelabs/prophet-openai
Open AI API adapter for the DecodeLabs Prophet system
https://github.com/decodelabs/prophet-openai
Last synced: 17 days ago
JSON representation
Open AI API adapter for the DecodeLabs Prophet system
- Host: GitHub
- URL: https://github.com/decodelabs/prophet-openai
- Owner: decodelabs
- License: mit
- Created: 2024-04-25T17:03:14.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-05-22T15:21:40.000Z (8 months ago)
- Last Synced: 2024-05-22T15:33:14.200Z (8 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Prophet Openai
[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/prophet-openai?style=flat)](https://packagist.org/packages/decodelabs/prophet-openai)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/prophet-openai.svg?style=flat)](https://packagist.org/packages/decodelabs/prophet-openai)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/prophet-openai.svg?style=flat)](https://packagist.org/packages/decodelabs/prophet-openai)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/prophet-openai/integrate.yml?branch=develop)](https://github.com/decodelabs/prophet-openai/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/prophet-openai?style=flat)](https://packagist.org/packages/decodelabs/prophet-openai)### Open AI API adapter for the DecodeLabs Prophet assistant system
This package provides a Prophet adapter for the Open AI API, allowing you to easily create assistant interfaces using Open AI's chat models.
_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._
---
## Installation
Install via Composer:
```bash
composer require decodelabs/prophet-openai
```## Usage
Coming soon...
## Licensing
Prophet OpenAI is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.