Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capevace/llm-magic

LLM-agnostic AI toolkit for Laravel
https://github.com/capevace/llm-magic

ai anthropic developer-productivity gemini gpt-4 laravel laravel-package llm openai php php-library

Last synced: about 1 month ago
JSON representation

LLM-agnostic AI toolkit for Laravel

Awesome Lists containing this project

README

        

# `@mateffy/llm-magic`

> [!NOTE]
> This project is still in development and not yet publicly released.

A PHP SDK to do magical things with LLMs using just a few lines of code.
Also enables developer-friendly extraction of structured and validated JSON data from files such as PDFs, Word documents, and images.

```php
use Mateffy\Magic;

$joke = Magic::ask('Tell me a joke');
```

### Copyright and License

This project is made by [Lukas Mateffy](https://mateffy.me) and is licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://choosealicense.com/licenses/agpl-3.0/).

For commercial licensing, please drop me an email at [[email protected]](mailto:[email protected]).

### Contributing

At the moment, this project is not yet open for contributions, as I am in the process of writing a thesis about it. After that is done, and the published version is tagged, I may open it up for contributions, if there is interest.

However, if you have ideas, bugs or suggestions, feel free to open an issue or start a discussion anyway! Feedback is always welcome.