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.
2 parents 47d3c47 + be0c234 commit 880eeb8Copy full SHA for 880eeb8
1 file changed
models/hybrid_search_retreiver.py
@@ -75,7 +75,6 @@ def chat(self) -> ChatOpenAI:
75
self._chat = ChatOpenAI(
76
api_key=settings.openai_api_key,
77
organization=settings.openai_api_organization,
78
- cache=settings.openai_chat_cache,
79
max_retries=settings.openai_chat_max_retries,
80
model=settings.openai_chat_model_name,
81
temperature=settings.openai_chat_temperature,
0 commit comments