You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Definitely worth looking into. For the moment note that several deepseek models are also available through Ollama: https://ollama.com/library/deepseek-llm.
You may use these models with Jupyter AI:
Definitely worth looking into. For the moment note that several deepseek models are also available through Ollama: https://ollama.com/library/deepseek-llm. You may use these models with Jupyter AI:
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.
Such as DeepSeek ( https://api-docs.deepseek.com/ ), :
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.
The text was updated successfully, but these errors were encountered: