We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab47df commit 980c164Copy full SHA for 980c164
docs/source/user_guide/large_language_model/autogen_integration.rst
@@ -93,7 +93,7 @@ Following is an example LLM config for the OCI Generative AI service:
93
# client_params will be used to initialize the LangChain ChatOCIGenAI class.
94
"client_params": {
95
"model_id": "cohere.command-r-plus",
96
- "compartment_id": COMPARTMENT_OCID,
+ "compartment_id": "<COMPARTMENT_OCID>",
97
"model_kwargs": {
98
"temperature": 0,
99
"max_tokens": 4000
0 commit comments