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

Agent example uses DeepSeek. #3192

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

christos-h
Copy link
Contributor

Motivation

The new DeepSeek model r1 is powerful and cheap on a per-token basis

Proposal

Enable the agent example to use DeepSeek.

Since Agent is generic over a CompletionModel and CompletionModel has an associated type CompletionModel::Response there wasn't a nice way to do this polymorphically (i.e. return a Box<dyn CompletionModel> from a model parser.

Test Plan

Tested manually (TBD DeepSeek API is down).

Release Plan

  • Nothing to do / These changes follow the usual release cycle.

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.

1 participant