diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index bd70c6c..e52b3cb 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: huangdijia -custom: ['https://hdj.me/images/alipay-min.jpg', 'https://hdj.me/images/wechat-pay-min.jpg'] \ No newline at end of file +custom: https://hdj.me/sponsors/ \ No newline at end of file diff --git a/README.md b/README.md index 0185ad3..8bf41bb 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ First, install OpenAI via the [Composer](https://getcomposer.org/) package manager: -```bash +```shell composer require friendsofhyperf/openai-client ``` Next, publish the configuration file: -```bash +```shell php bin/hyperf.php vendor:publish friendsofhyperf/openai-client ``` @@ -72,10 +72,6 @@ $result = $client->completions()->create([ For usage examples, take a look at the [openai-php/client](https://github.com/openai-php/client) repository. -## Donate - -> If you like them, Buy me a cup of coffee. [Alipay](https://hdj.me/images/alipay-min.jpg) | [WeChat](https://hdj.me/images/wechat-pay-min.jpg) - ## Contact - [Twitter](https://twitter.com/huangdijia)