Skip to content

Commit

Permalink
docs: Fix typo in README.md (abetlen#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
yupbank authored May 10, 2024
1 parent 7f59856 commit 1547202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ llm = Llama.from_pretrained(
n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
)

respoonse = llm.create_chat_completion(
response = llm.create_chat_completion(
messages = [
{
"role": "user",
Expand Down

0 comments on commit 1547202

Please sign in to comment.