Skip to content

Commit 980c164

Browse files
committed
Update code in docs.
1 parent 5ab47df commit 980c164

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
@@ -93,7 +93,7 @@ Following is an example LLM config for the OCI Generative AI service:
9393
# client_params will be used to initialize the LangChain ChatOCIGenAI class.
9494
"client_params": {
9595
"model_id": "cohere.command-r-plus",
96-
"compartment_id": COMPARTMENT_OCID,
96+
"compartment_id": "<COMPARTMENT_OCID>",
9797
"model_kwargs": {
9898
"temperature": 0,
9999
"max_tokens": 4000

0 commit comments

Comments
 (0)