Remove old "Notes" stop keyword for openai api based models

They were when passing notes context to dumber models. Not required
for most models now.
This commit is contained in:
Debanjum
2025-06-04 18:55:39 -07:00
parent a9b1a26089
commit e7584bc29d

View File

@@ -275,7 +275,6 @@ async def converse_openai(
openai_api_key=api_key,
api_base_url=api_base_url,
deepthought=deepthought,
model_kwargs={"stop": ["Notes:\n["]},
tracer=tracer,
):
if chunk.response: