Skip to content

Commit 8622fdf

Browse files
committed
Update README
1 parent b694d4f commit 8622fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Ask HAL](https://github.com/EAddario/askhal): A power-user CLI to interact with over 290 AI models!
1+
# [Ask HAL](https://github.com/EAddario/askhal): A power-user CLI to interact with over 320 AI models!
22

33
`askhal` allows you to query all the AI models available in [OpenRouter](https://openrouter.ai/), giving you access to many low-level configuration options. The tool is designed to give users precise control over the model's behavior via context files, system and user prompts, and several fine-tuning parameters.
44

@@ -31,7 +31,7 @@
3131

3232
### Prerequisites
3333

34-
1. A valid **OpenRouter** account. You can sign up [here*](https://openrouter.ai/). The free account allows you to query over [20 models](https://openrouter.ai/models?max_price=0), although some restrictions will apply (e.g. max 20 requests per minute and up to 200 requests per model per day).
34+
1. A valid **OpenRouter** account. You can sign up [here*](https://openrouter.ai/). The free account allows you to query over [20 models](https://openrouter.ai/models?max_price=0), although some restrictions will apply (e.g. max 20 requests per minute and up to 200 requests per model per day).
3535
2. A valid OpenRouter [API key](https://openrouter.ai/settings/keys). There are two ways to configure it for `askhal` to work:
3636
- Set the key as an environment variable named **OPENROUTER_API_KEY** (e.g.: `export OPENROUTER_API_KEY="sk-or-v1-311..."`). This is the **recommended** approach, or
3737
- Pass it directly via the `-k` / `--key` command-line option. This value will take precedence even if you have the environment variable set
@@ -40,7 +40,7 @@
4040

4141
***Note 1**: As you'll expect, the most capable models require you to use a paid account, but costs for individual use tend to be rather low. For example, the [OpenAI'a GPT-4o](https://openrouter.ai/openai/gpt-4o-2024-11-20) model costs less than \$0.0001 per token, which is roughly \$0.01 for a 100-word response. During the initial `askhal` development and testing phase, the total cost was less than $1.50
4242

43-
***Note 2**: The program's author **is not affiliated** with OpenRouter in any way and **does not** receive any compensation for promoting their services.
43+
***Note 2**: The program's author **is not affiliated** with OpenRouter in any way and **does not** receive any compensation for promoting their services.
4444

4545
### Installation
4646

0 commit comments

Comments
 (0)