-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/gpt 4o search #3731
base: main
Are you sure you want to change the base?
Feat/gpt 4o search #3731
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sweep: PR ReviewAuthors: MartinYe1234, wwzeng1, kevinlu1248 .gitignore was not reviewed because our filter identified it as typically a non-human-readable (auto-generated) or less important file (e.g., dist files, package.json, images). If this is an error, please let us know. |
test comment |
@@ -498,7 +500,65 @@ def llm_stream(): | |||
logger.exception(e_) | |||
raise e_ | |||
return | |||
return llm_stream() | |||
def llm_stream_openai(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new llm_stream_openai
function introduces complexity with threading and queue management, which needs thorough testing to ensure reliability.
add gpt-4o search