Skip to content

Commit 1547202

Browse files
authored
docs: Fix typo in README.md (abetlen#1444)
1 parent 7f59856 commit 1547202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ llm = Llama.from_pretrained(
550550
n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
551551
)
552552

553-
respoonse = llm.create_chat_completion(
553+
response = llm.create_chat_completion(
554554
messages = [
555555
{
556556
"role": "user",

0 commit comments

Comments
 (0)