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 5acb09a commit 8b86cc1Copy full SHA for 8b86cc1
docs/source/user_guide/large_language_model/autogen_integration.rst
@@ -64,7 +64,7 @@ Following is an example LLM config for LLM deployed with AI Quick Action on OCI
64
"model": "Mistral-7B",
65
# client_params will be used to initialize the LangChain ChatOCIModelDeploymentVLLM class.
66
"client_params": {
67
- "model": "odsc-llm"
+ "model": "odsc-llm",
68
"endpoint": "<ODSC_ENDPOINT>",
69
"model_kwargs": {
70
"temperature": 0,
0 commit comments