From e9f466535473b49f48350a9be21ad4e2afad8ab6 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:10:45 +0800 Subject: [PATCH] Cs Fix --- src/ClientFactory.php | 1 + src/ConfigProvider.php | 1 + src/Exception/ApiKeyIsMissing.php | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ClientFactory.php b/src/ClientFactory.php index 938f1b7..e76e2b1 100644 --- a/src/ClientFactory.php +++ b/src/ClientFactory.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\OpenAi; use FriendsOfHyperf\OpenAi\Exception\ApiKeyIsMissing; diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 831c6ee..a795808 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\OpenAi; use OpenAI\Client; diff --git a/src/Exception/ApiKeyIsMissing.php b/src/Exception/ApiKeyIsMissing.php index 96cb1fe..d6054d1 100644 --- a/src/Exception/ApiKeyIsMissing.php +++ b/src/Exception/ApiKeyIsMissing.php @@ -8,6 +8,7 @@ * @document https://github.com/friendsofhyperf/components/blob/main/README.md * @contact huangdijia@gmail.com */ + namespace FriendsOfHyperf\OpenAi\Exception; use InvalidArgumentException;