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: add a deep thinking reasoner model (o1-preview/mini) #68

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

Conversation

michaelneale
Copy link
Collaborator

@michaelneale michaelneale commented Sep 17, 2024

This starts to introduce the concept of a "slower" reasoner model (alongside accelerator and processor) - and uses it via a toolkit for enhanced debugging/understanding and code authoring.

It will use the o1 models in some cases as needed, to compliment gpt4-o and gpt-4o-mini in the openai case. The "reasoner" model doesn't do tool calling or planning directly, but is consulting.

@michaelneale michaelneale changed the title O1 reasoner feat: add a deep thinking reasoner model Sep 17, 2024
@michaelneale michaelneale changed the title feat: add a deep thinking reasoner model feat: add a deep thinking reasoner model (o1-preview/mini) Sep 17, 2024
@michaelneale michaelneale added the enhancement New feature or request label Sep 18, 2024
Copy link

@wesrblock wesrblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@michaelneale michaelneale marked this pull request as ready for review September 19, 2024 07:33
@michaelneale michaelneale requested review from codefromthecrypt and baxen and removed request for codefromthecrypt September 19, 2024 07:33
@michaelneale
Copy link
Collaborator Author

I have been using this all week to great success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants