We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @MadcowD,
Could this be simplified? Thoughts? I'd like to solve it if it's on the backlog.
This logic confuses me all the time. I think could be refactored.
@web_app.get("/search") async def search(query: str, video_id: str) -> list[dict]: results = deep_search(query, n_results=5).parsed.model_dump() return results["results"]
Cheers, Taha
The text was updated successfully, but these errors were encountered:
Yes! I hadn't tested structured outputs with n>1
Sorry, something went wrong.
No branches or pull requests
Hey @MadcowD,
Could this be simplified? Thoughts?
I'd like to solve it if it's on the backlog.
This logic confuses me all the time. I think could be refactored.
Cheers,
Taha
The text was updated successfully, but these errors were encountered: