Skip to content

Commit 08c3cf0

Browse files
committed
remove warning and add licence
1 parent e078191 commit 08c3cf0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## DISCLAIMER - HIGHLY EXPERIMENTAL!
2-
3-
This package is highly experimental. I am actively testing different approaches, and the API is frequently changing. Use it at your own risk.
4-
51
## Features
62

73
- Unified API for multiple language models

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "soukicz/llm",
3+
"description": "LLM client with support for cache, tools and async requests",
4+
"keywords": ["llm", "ai", "openai", "anthropic"],
35
"type": "library",
6+
"license": ["BSD-3-Clause"],
47
"autoload": {
58
"psr-4": {
69
"Soukicz\\Llm\\": "src/"

0 commit comments

Comments
 (0)