Browse Source

Update README.md

pull/1298/head
Dariusz Debowczyk 1 year ago
parent
commit
08f9b15c72
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      README.md

+ 10
- 0
README.md View File

70
   - [Internationalisation and Localisation](#internationalisation-and-localisation)
70
   - [Internationalisation and Localisation](#internationalisation-and-localisation)
71
   - [Serverless](#serverless)
71
   - [Serverless](#serverless)
72
   - [Configuration](#configuration)
72
   - [Configuration](#configuration)
73
+  - [LLMs](#llms)
73
   - [Third Party APIs](#third-party-apis)
74
   - [Third Party APIs](#third-party-apis)
74
   - [Extensions](#extensions)
75
   - [Extensions](#extensions)
75
   - [Miscellaneous](#miscellaneous)
76
   - [Miscellaneous](#miscellaneous)
799
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
800
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
800
 * [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml).
801
 * [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml).
801
 
802
 
803
+### LLMs
804
+*Libraries for working with Large Language Models.*
805
+
806
+* [OpenAI Client](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
807
+* [OpenAI Client for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
808
+* [PHP Mistral AI SDK](https://github.com/SoftCreatR/php-mistral-ai-sdk) - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
809
+* [LLPhant](https://github.com/theodo-group/LLPhant) - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
810
+* [Instructor for PHP](https://github.com/cognesy/instructor-php) - Structured data outputs with LLMs, in PHP.
811
+
802
 ### Third Party APIs
812
 ### Third Party APIs
803
 *Libraries for accessing third party APIs.*
813
 *Libraries for accessing third party APIs.*
804
 
814
 

Loading…
Cancel
Save