Skip to content

Commit

Permalink
Merge pull request #3744 from shermanhuman/patch-1
Browse files Browse the repository at this point in the history
missing comma in chat config
  • Loading branch information
Patrick-Erichsen authored Jan 16, 2025
2 parents 6c3bbd5 + 0f2511c commit ec93b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/customize/model-providers/more/vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We recommend configuring **Llama3.1 8B** as your chat model.
{
"title": "Llama3.1 8B Instruct",
"provider": "vllm",
"model": "meta-llama/Meta-Llama-3.1-8B-Instruct"
"model": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"apiBase": "http://<vllm chat endpoint>/v1"
}
]
Expand Down

0 comments on commit ec93b3f

Please sign in to comment.