Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Co-authored-by: Csaba Maulis <[email protected]>
  • Loading branch information
om4james and om4csaba committed Sep 21, 2022
1 parent ed68d28 commit ac96f7d
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The **Tectalic OpenAI REST API Client** is a package that provides a convenient and straightforward way to interact with the **OpenAI API** from your PHP application.

You can purchase this package from [https://tectalic.com/apis/openai](https://tectalic.com/apis/openai).
More information is available from [https://tectalic.com/apis/openai](https://tectalic.com/apis/openai).

## Installation

Expand All @@ -16,24 +16,12 @@ You can purchase this package from [https://tectalic.com/apis/openai](https://te

### Composer Installation

To install this package into your PHP project, we recommend using [Composer](http:https://getcomposer.org/).

Please see the detailed instructions on configuring your project to access [the Tectalic Composer repository](https://tectalic.com/products/openai#composer-integration).

You will need to log into the Tectalic account that purchased the **Tectalic OpenAI REST API Client** package to access these instructions.

Once you have followed the above instructions, install the package into your project:
Install the package into your project:

```shell
composer require tectalic/openai
```

### Manual Installation

If you aren't using Composer in your PHP project, you can choose to [Download the latest release](https://tectalic.com/products/openai) and install it into your PHP project manually.

If doing this, you will need to ensure that all dependencies listed in the package's `composer.json` file are also installed.

## Usage

After installing the **Tectalic OpenAI REST API Client** package into your project, ensure you also have a [compatible PSR-18 HTTP client](https://packagist.org/providers/psr/http-client-implementation) such as 'Guzzle' or the Symfony 'HTTP Client'.
Expand Down Expand Up @@ -304,10 +292,10 @@ We do not recommend running integration tests against the live OpenAI API endpoi

## Support

If you have any questions or feedback, you can submit a support request to the Tectalic developers by going to [https://tectalic.com/support/openai](https://tectalic.com/support/openai).
If you have any questions or feedback, please use the [discussion board](https://github.com/tectalichq/public-openai-client-php/discussions).

## License

This software is copyright (c) 2022 [Tectalic](https://tectalic.com).

For copyright and license information, please view [https://tectalic.com/terms](https://tectalic.com/terms).
For copyright and license information, please view [https://tectalic.com/terms](https://tectalic.com/terms).

0 comments on commit ac96f7d

Please sign in to comment.