We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
https://github.com/brianpetro/jsbrains
Sorry, something went wrong.
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
🌴
have you tried developing the deepseek interface ? i am interested
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: