You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/oci/README.md
+12-22Lines changed: 12 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,16 @@ embeddings.embed_query("What is the meaning of life?")
59
59
60
60
### 1. Use a Chat Model
61
61
62
-
You may instantiate the OCI Data Science model with the generic `ChatOCIModelDeployment` or framework specific class like `ChatOCIModelDeploymentVLLM`.
62
+
The `ChatOCIModelDeployment` class is designed for deployment with OpenAI compatible APIs.
63
63
64
64
```python
65
-
from langchain_oci.chat_modelsimport ChatOCIModelDeployment, ChatOCIModelDeploymentVLLM
65
+
from langchain_oci import ChatOCIModelDeployment
66
66
67
67
# Create an instance of OCI Model Deployment Endpoint
0 commit comments