Skip to content

Commit

Permalink
rename to llm_api_server_mock
Browse files Browse the repository at this point in the history
  • Loading branch information
hummerichsander authored Sep 25, 2024
1 parent c560bfc commit 3f754a1
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Instead of running a LLM model to generate completions, it simply returns a resp
- "lorem_ipsum": returns random "lorem ipsum" text

## Run via docker:
```bash
docker pull ghcr.io/hummerichsander/openai_api_server_mock:v ... # replace ... with the latest version
```bash # replace ... with the latest version
```

Environment variables:
Expand Down
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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "openai-api-server-mock"
name = "llm-api-server-mock"
version = "0.1.0"
description = "A mock for a LLM hosting server exposing the OpenAI Api."
authors = ["Sander Niels Hummerich <[email protected]>"]
Expand Down
51 changes: 48 additions & 3 deletions sandbox.ipynb

Large diffs are not rendered by default.

0 comments on commit 3f754a1

Please sign in to comment.