Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Feat/gpt 4o search #3731

wants to merge 4 commits into from

Conversation

wwzeng1
Copy link
Contributor

@wwzeng1 wwzeng1 commented May 14, 2024

add gpt-4o search

Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sweep-chat 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 31, 2024 4:28pm
sweep-chat-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 4:28pm
sweep-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 4:28pm

Copy link
Contributor

sweep-nightly bot commented May 21, 2024

Sweep: PR Review

Authors: MartinYe1234, wwzeng1, kevinlu1248
The Pull Request looks good! Sweep did not find any issues.

.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.

@MartinYe1234 MartinYe1234 added the sweep Assigns Sweep to an issue or pull request. label May 31, 2024
@MartinYe1234
Copy link
Collaborator

test comment

@@ -498,7 +500,65 @@ def llm_stream():
logger.exception(e_)
raise e_
return
return llm_stream()
def llm_stream_openai():
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants