Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/capevace/llm-magic
- Owner: Capevace
- License: agpl-3.0
- Created: 2024-11-30T00:16:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T02:08:01.000Z (about 1 month ago)
- Last Synced: 2024-11-30T02:27:30.696Z (about 1 month ago)
- Topics: ai, anthropic, developer-productivity, gemini, gpt-4, laravel, laravel-package, llm, openai, php, php-library
- Language: PHP
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.