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

Commit ac96f7d

Browse files
Update readme
Co-authored-by: Csaba Maulis <csaba@om4.com.au>
1 parent ed68d28 commit ac96f7d

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

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

99
## Installation
1010

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

1717
### Composer Installation
1818

19-
To install this package into your PHP project, we recommend using [Composer](http://getcomposer.org/).
20-
21-
Please see the detailed instructions on configuring your project to access [the Tectalic Composer repository](https://tectalic.com/products/openai#composer-integration).
22-
23-
You will need to log into the Tectalic account that purchased the **Tectalic OpenAI REST API Client** package to access these instructions.
24-
25-
Once you have followed the above instructions, install the package into your project:
19+
Install the package into your project:
2620

2721
```shell
2822
composer require tectalic/openai
2923
```
3024

31-
### Manual Installation
32-
33-
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.
34-
35-
If doing this, you will need to ensure that all dependencies listed in the package's `composer.json` file are also installed.
36-
3725
## Usage
3826

3927
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'.
@@ -304,10 +292,10 @@ We do not recommend running integration tests against the live OpenAI API endpoi
304292

305293
## Support
306294

307-
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).
295+
If you have any questions or feedback, please use the [discussion board](https://github.com/tectalichq/public-openai-client-php/discussions).
308296

309297
## License
310298

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

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

0 commit comments

Comments
 (0)