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 deepseek v3 api support #958

Open
hsSam opened this issue Jan 11, 2025 · 3 comments
Open

add deepseek v3 api support #958

hsSam opened this issue Jan 11, 2025 · 3 comments

Comments

@hsSam
Copy link

hsSam commented Jan 11, 2025

deepseek v3 api is openai api like, more favorable and fast

I try to add and build project

"dependencies": {
"ejs": "file:./ejs.min",
"obsidian": "latest",
"smart-blocks": "file:../jsbrains/smart-blocks",
"smart-chat-model": "file:../jsbrains/smart-chat-model",
"smart-chats": "file:../jsbrains/smart-chats",
"smart-chunks": "file:../jsbrains/smart-chunks",
"smart-collections": "file:../jsbrains/smart-collections",
"smart-embed-model": "file:../jsbrains/smart-embed-model",
"smart-entities": "file:../jsbrains/smart-entities",
"smart-environment": "file:../jsbrains/smart-environment",
"smart-file-system": "file:../jsbrains/smart-fs",
"smart-http-request": "file:../jsbrains/smart-http-request",
"smart-instruct-model": "file:../jsbrains/smart-instruct-model",
"smart-model": "file:../jsbrains/smart-model",
"smart-settings": "file:../jsbrains/smart-settings",
"smart-sources": "file:../jsbrains/smart-sources",
"smart-view": "file:../jsbrains/smart-view

but I dont have the file /jsbrains/...., I try to search the repository, but notthing found, google , github

@palwoo
Copy link

palwoo commented Jan 11, 2025

https://github.com/brianpetro/jsbrains

@brianpetro
Copy link
Owner

A chat model adapter is the way the architecture is designed to handle new model platforms. You can see the current adapters here https://github.com/brianpetro/jsbrains/tree/main/smart-chat-model/adapters

🌴

@Dlemand
Copy link

Dlemand commented Jan 16, 2025

have you tried developing the deepseek interface ? i am interested

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

4 participants