Skip to content

Commit 8b86cc1

Browse files
committed
Fix typo in docs.
1 parent 5acb09a commit 8b86cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/large_language_model/autogen_integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Following is an example LLM config for LLM deployed with AI Quick Action on OCI
6464
"model": "Mistral-7B",
6565
# client_params will be used to initialize the LangChain ChatOCIModelDeploymentVLLM class.
6666
"client_params": {
67-
"model": "odsc-llm"
67+
"model": "odsc-llm",
6868
"endpoint": "<ODSC_ENDPOINT>",
6969
"model_kwargs": {
7070
"temperature": 0,

0 commit comments

Comments
 (0)