diff --git a/src/LLMProviders/langchain/chatanthropic.tsx b/src/LLMProviders/langchain/chatanthropic.tsx index 8f69a46e..ff3f8361 100644 --- a/src/LLMProviders/langchain/chatanthropic.tsx +++ b/src/LLMProviders/langchain/chatanthropic.tsx @@ -47,7 +47,7 @@ export default class LangchainChatAnthropicProvider return this.cleanConfig({ anthropicApiKey: options.api_key, anthropicApiUrl: options.basePath, - stopSequences: options.stop, + // stopSequences: options.stop, // ------------Necessary stuff-------------- modelKwargs: options.modelKwargs,