You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
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.
6
6
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).
8
8
9
9
## Installation
10
10
@@ -16,24 +16,12 @@ You can purchase this package from [https://tectalic.com/apis/openai](https://te
16
16
17
17
### Composer Installation
18
18
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:
26
20
27
21
```shell
28
22
composer require tectalic/openai
29
23
```
30
24
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
-
37
25
## Usage
38
26
39
27
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
304
292
305
293
## Support
306
294
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).
308
296
309
297
## License
310
298
311
299
This software is copyright (c) 2022 [Tectalic](https://tectalic.com).
312
300
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