ChatOpenAI vs ChatPerplexity #1318
Unanswered
lbrito2023
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use ChatOpenAI (from langchain_openai) to instantiate the LLM for an agent in CrewAI. However I keep getting an error: "custom stop words are not implemented for completions.". I have sorted this out using ChatPerplexity (from langchain_community.chat_models). However I would like to understand why this is happening...
The message suggests that a stop word/sequence is not supported, so I tried stop_sequences=None and stop=None, but still stuck...
Any insights?
Beta Was this translation helpful? Give feedback.
All reactions