From 410349f0ad81df11aa6dcd64029b2eb22ae815ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdem=20K=C3=B6se?= Date: Sun, 24 Dec 2023 08:28:12 +0100 Subject: [PATCH] Add credits --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 70f5cfb..bd954b3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ _This library is not developed or endorsed by Google._ - [Chat Session (Multi-Turn Conversations)](#chat-session-multi-turn-conversations) - [Tokens counting](#tokens-counting) - [Listing models](#listing-models) +- [Credits](#credits) ## Installation @@ -155,3 +156,9 @@ print_r(Gemini::listModels()); // ) //] ``` + +## Credits + +This project was inspired by the great work of [OpenAI PHP for Laravel](https://github.com/openai-php/laravel) and [OpenAI PHP client](https://github.com/openai-php/client). + +We gratefully acknowledge the contributions of [OpenAI PHP](https://github.com/openai-php) and its team.