docs: Fix typo in README.md (#1444)
This commit is contained in:
parent
7f59856fa6
commit
1547202b77
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue