Skip to content

Commit ad2b1ba

Browse files
committed
Merge branch 'main' into beta
2 parents 6eda1c1 + be0c234 commit ad2b1ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

models/hybrid_search_retreiver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def chat(self) -> ChatOpenAI:
7575
self._chat = ChatOpenAI(
7676
api_key=settings.openai_api_key,
7777
organization=settings.openai_api_organization,
78-
cache=settings.openai_chat_cache,
7978
max_retries=settings.openai_chat_max_retries,
8079
model=settings.openai_chat_model_name,
8180
temperature=settings.openai_chat_temperature,

0 commit comments

Comments
 (0)