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

Use other models compatible with the OpenAI library #1171

Open
CNFeffery opened this issue Dec 30, 2024 · 3 comments
Open

Use other models compatible with the OpenAI library #1171

CNFeffery opened this issue Dec 30, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@CNFeffery
Copy link

Such as DeepSeek ( https://api-docs.deepseek.com/ ), :

image

By supporting the configuration of parameters such as api_key, base_url, and model, various large model services compatible with the OpenAI library call methods can be used.

@CNFeffery CNFeffery added the enhancement New feature or request label Dec 30, 2024
@srdas
Copy link
Collaborator

srdas commented Dec 30, 2024

Definitely worth looking into. For the moment note that several deepseek models are also available through Ollama: https://ollama.com/library/deepseek-llm.
image
You may use these models with Jupyter AI:
image

@CNFeffery
Copy link
Author

CNFeffery commented Dec 31, 2024

Definitely worth looking into. For the moment note that several deepseek models are also available through Ollama: https://ollama.com/library/deepseek-llm. image You may use these models with Jupyter AI: image

Although DeepSeek V3 has released an open-source model, the model parameters are quite large, making self-deployment based on Ollama impractical. Typically, people use DeepSeek's official online API service.

@zgpnuaa
Copy link

zgpnuaa commented Jan 2, 2025

Deepseek is comparable in capability to Claude and ChatGPT, but its price is much cheaper, offering great value for money.

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

No branches or pull requests

3 participants