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

Agentic defaults #233

Merged
merged 4 commits into from
Dec 11, 2024
Merged

Agentic defaults #233

merged 4 commits into from
Dec 11, 2024

Conversation

MarcMcIntosh
Copy link
Collaborator

Pull Request Title

Description

Sets the model to use to either gpt-4o or cluade when using agent mode.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes, only code improvements)
  • Documentation update

How to Test

  • Start a new chat
  • Tool use should be set to agent by default
  • the available models should only be gpt-4o and claude.
  • switch to explore to see more models.

Screenshots (if applicable)

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have updated the documentation where necessary.

Linked Issues

Additional Notes

@MarcMcIntosh MarcMcIntosh merged commit 1af5a3d into alpha Dec 11, 2024
2 checks passed
@MarcMcIntosh MarcMcIntosh deleted the agentic-defaults branch December 11, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants