-
Notifications
You must be signed in to change notification settings - Fork 885
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
Added support for deepseek LLMs #175
base: main
Are you sure you want to change the base?
Conversation
…ovider code as inspiration.
@ksolo @foxty @jeffxtang @joaomdmoura Can anyone of you review my PR please? |
@Riddhimaan-Senapati I will take a look at this later today. |
@Riddhimaan-Senapati can you add a guide similar to the other providers in the guides directory - https://github.com/andrewyng/aisuite/tree/main/guides |
Done. I have added a DeepSeek guide in the guides directory. |
I'll do a manual test of this tomorrow and provided that goes well, we'll get this merged. Thank you! |
DeepSeek v3 is really both affordable and user-friendly. |
@ksolo Were you able to test it? |
@Riddhimaan-Senapati Sorry I've been pulled into a few things lately that had to take priority. I can get to this over the weekend. |
I have added code to support the deepseek suite of LLMs along with testing code. I used the current implementations of the openAI providers and Groq providers as inspiration.
This partially solves issue #140