Skip to content

Commit 74a78b4

Browse files
committed
update documentation and project name
1 parent a084045 commit 74a78b4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This python library connects to (llm-api)[https://github.com/1b5d/llm-api] using
44

55
# Usage
66

7+
You can install this library using pip
8+
9+
```
10+
pip install llm-api-python
11+
```
12+
713
After running (llm-api)[https://github.com/1b5d/llm-api], simply configure your client as if it's OpenAI's python binding
814

915
```python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "llm-api"
2+
name = "llm-api-python"
33
version = "0.0.1"
44
description = "A python lib to call LLM API models."
55
authors = ["1b5d <[email protected]>"]

0 commit comments

Comments
 (0)