mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
@@ -33,7 +33,7 @@ class PromptLayerChatOpenAI(ChatOpenAI):
|
||||
.. code-block:: python
|
||||
|
||||
from langchain_community.chat_models import PromptLayerChatOpenAI
|
||||
openai = PromptLayerChatOpenAI(model_name="gpt-3.5-turbo")
|
||||
openai = PromptLayerChatOpenAI(model="gpt-3.5-turbo")
|
||||
"""
|
||||
|
||||
pl_tags: Optional[List[str]]
|
||||
|
Reference in New Issue
Block a user