Skip to content

Commit 3f754a1

Browse files
rename to llm_api_server_mock
1 parent c560bfc commit 3f754a1

File tree

11 files changed

+50
-6
lines changed

11 files changed

+50
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Instead of running a LLM model to generate completions, it simply returns a resp
1212
- "lorem_ipsum": returns random "lorem ipsum" text
1313

1414
## Run via docker:
15-
```bash
16-
docker pull ghcr.io/hummerichsander/openai_api_server_mock:v ... # replace ... with the latest version
15+
```bash # replace ... with the latest version
1716
```
1817

1918
Environment variables:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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 = "openai-api-server-mock"
2+
name = "llm-api-server-mock"
33
version = "0.1.0"
44
description = "A mock for a LLM hosting server exposing the OpenAI Api."
55
authors = ["Sander Niels Hummerich <[email protected]>"]

0 commit comments

Comments
 (0)