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

Openai model responses #2372

Merged
merged 17 commits into from
Mar 12, 2025
Prev Previous commit
Next Next commit
Update libs/agno/agno/models/openai/responses.py
Co-authored-by: Yash Pratap Solanky <101447028+ysolanky@users.noreply.github.com>
dirkbrnd and ysolanky authored Mar 12, 2025
commit a18c7dc20921d211e53c0431566bcdc929f7ac18
2 changes: 1 addition & 1 deletion libs/agno/agno/models/openai/responses.py
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ class OpenAIResponses(Model):
"""
Implementation for the OpenAI Responses API using direct chat completions.

For more information, see: https://platform.openai.com/docs/api-reference/chat
For more information, see: https://platform.openai.com/docs/api-reference/responses
"""

id: str = "gpt-4o"