Skip to content

Commit

Permalink
chore(doc): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed Sep 12, 2024
1 parent 204627d commit 91943a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Options:
-v, --voice whether to use voice for input
--api <API> overrides which api to hit [possible values: another-api-for-tests, ollama, anthropic, groq, mistral, openai]
-m, --model <MODEL> overrides which model (of the api) to use
-t, --temperature <TEMPERATURE> temperature higher means answer further from the average
-t, --temperature <TEMPERATURE> higher temperature means answer further from the average
-l, --char-limit <CHAR_LIMIT> max number of chars to include, ask for user approval if more, 0 = no limit
-c, --context <CONTEXT>... glob patterns or list of files to use the content as context
make sure it's the last arg.
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct PromptParams {
/// overrides which model (of the api) to use
#[arg(short, long)]
model: Option<String>,
/// temperature higher means answer further from the average
/// higher temperature means answer further from the average
#[arg(short, long)]
temperature: Option<f32>,
/// max number of chars to include, ask for user approval if more, 0 = no limit
Expand Down

0 comments on commit 91943a6

Please sign in to comment.