Skip to content

Commit

Permalink
fix: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Mar 15, 2024
1 parent 858207e commit ad074b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mv ./target/release/oatmeal /usr/local/bin/

## Usage

The following shows the availabe options to start a chat session. By default when running `oatmeal`, Ollama is the selected backend, and the `clipboard` integration for an editor.
The following shows the available options to start a chat session. By default when running `oatmeal`, Ollama is the selected backend, and the `clipboard` integration for an editor.
See `oatmeal --help`, `/help` in chat, or the output below to get all the details.

<!-- command-help start -->
Expand Down
4 changes: 2 additions & 2 deletions src/infrastructure/backends/langchain_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ async fn it_gets_completions() -> Result<()> {
})?;

let body = [
"event: garbadge",
"event: garbage",
"",
&format!("data: {first_line}"),
"event: garbadge",
"event: garbage",
&format!("data: {second_line}"),
"",
]
Expand Down

0 comments on commit ad074b0

Please sign in to comment.