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

Add support for DeepSeek (OpenAI compatible, endpoint configuration) #3

Open
muzzwood opened this issue Feb 21, 2025 · 1 comment
Open
Assignees

Comments

@muzzwood
Copy link

ChatGPT for example isn't available everywhere. In Hong Kong we can't use it without a VPN.
Having DeepSeek (or another more widely available LLM) as an option would be nifty 😃

Here's a community PHP SDK for it: https://github.com/deepseek-php/deepseek-php-client

@muzzwood muzzwood self-assigned this Feb 21, 2025
@Mark-H
Copy link
Member

Mark-H commented Feb 21, 2025

It's compatible with OpenAI so should just be a matter of changing the base endpoint. It's a little light on configuration atm but that's definitely one of the things to add soon.

https://github.com/modmore/AIKit/blob/main/core/components/aikit/src/LLM/Models/OpenAI.php#L48

@Mark-H Mark-H changed the title It would be nice to see DeepSeek as one of the LLM options Add support for DeepSeek (OpenAI compatible, endpoint configuration) Feb 21, 2025
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

No branches or pull requests

2 participants