Skip to content

Commit 1726efa

Browse files
committed
Update README.md
1 parent b492803 commit 1726efa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
**Use LLMs to simplify your institutional communication. Get rid of «Behördendeutsch».**
44

55
![GitHub License](https://img.shields.io/github/license/machinelearningzh/simply-simplify-language)
6-
[![PyPI - Python](https://img.shields.io/badge/python-v3.12+-blue.svg)](https://github.com/machinelearningZH/simply-simplify-language)
6+
[![PyPI - Python](https://img.shields.io/badge/python-v3.10+-blue.svg)](https://github.com/machinelearningZH/simply-simplify-language)
77
[![GitHub Stars](https://img.shields.io/github/stars/machinelearningZH/simply-simplify-language.svg)](https://github.com/machinelearningZH/simply-simplify-language/stargazers)
88
[![GitHub Issues](https://img.shields.io/github/issues/machinelearningZH/simply-simplify-language.svg)](https://github.com/machinelearningZH/simply-simplify-language/issues)
99
[![GitHub Issues](https://img.shields.io/github/issues-pr/machinelearningZH/simply-simplify-language.svg)](https://img.shields.io/github/issues-pr/machinelearningZH/simply-simplify-language)
10-
[![Current Version](https://img.shields.io/badge/version-0.5.0-green.svg)](https://github.com/machinelearningZH/simply-simplify-language)
10+
[![Current Version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/machinelearningZH/simply-simplify-language)
1111
<a href="https://github.com/astral-sh/ruff"><img alt="linting - Ruff" class="off-glb" loading="lazy" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a>
1212

1313
<details>
@@ -46,7 +46,7 @@
4646
1. Install [uv](https://docs.astral.sh/uv/):\
4747
`pip3 install uv`
4848
2. Clone the repo and enter the directory:\
49-
`cd simply-simplify-language_openrouter/`
49+
`cd simply-simplify-language/`
5050
3. Create and activate a virtual environment:\
5151
`uv sync`\
5252
`source .venv/bin/activate` (Unix/macOS)\
@@ -72,7 +72,7 @@ OPENAI_API_KEY=sk-...
7272
`conda create -n simplify python=3.10+`\
7373
`conda activate simplify`
7474
2. Clone the repo:\
75-
`cd simply-simplify-language_openrouter/`
75+
`cd simply-simplify-language/`
7676
3. Install requirements:\
7777
`pip install -r requirements.txt`
7878
4. Install spaCy model:\
@@ -172,7 +172,7 @@ In English «Einfache Sprache» is roughly equivalent to [«Plain English](https
172172
173173
### What does it cost?
174174

175-
**Usage is inexpensive**. You only pay OpenRouter for the tokens that you use. OpenRouter provides transparent, competitive pricing for all models. E.g. for the simplification of 100 separate [«Normseiten»](https://de.wikipedia.org/wiki/Normseite) (standard pages of 250 German words each) to Einfache Sprache or Leichte Sprache you pay depending on the model - roughly between 0.5 CHF for faster models and around 5-10 CHF for premium models like Claude Opus. Check [OpenRouter pricing](https://openrouter.ai/models) for current rates. The hardware requirements to run the app are modest too. As mentioned above a small VM for a couple of Francs per month will suffice.
175+
**Usage is inexpensive**. You only pay OpenRouter (or OpenAI) for the tokens that you use. OpenRouter provides transparent, competitive pricing for all models. E.g. for the simplification of 100 separate [«Normseiten»](https://de.wikipedia.org/wiki/Normseite) (standard pages of 250 German words each) to Einfache Sprache or Leichte Sprache you pay depending on the model - roughly between 0.5 CHF for faster models and around 5-10 CHF for premium models like Claude Opus. Check [OpenRouter pricing](https://openrouter.ai/models) for current rates. The hardware requirements to run the app are modest too. As mentioned above a small VM for a couple of Francs per month will suffice.
176176

177177
### Our language guidelines
178178

0 commit comments

Comments
 (0)