-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
DeepSeek integration in GPT menu #1140
Comments
As for the icon file, i think this one works nicely: https://api-docs.deepseek.com/img/favicon.svg |
Make a SVG without color instead. Icons are somewhere at . config/ags/(i forgot name of the dir probably assets.) /. |
I did this, and the icon works fine. What does not work seems to maybe be the API call (not sure) |
Your api call is INVALID |
your base url should be https://api.deepseek.com/v1 not the completions endpoint |
I can probably write a PR for this if you'd like |
Changed the API call to only https://api.deepseek.com/v1 and i got the same error
|
If you got it working, go ahead. |
Hmmm... we could use the python/curl method to chat with it. |
Is that possible to specify, just from the config file? If not, i have no idea where to begin with this, as i have no knowledge of the inner workings of the ags setup in this dotfile (i might take a closer look when i have time). |
I have some. i dont really know js 😂 (but i managed to make disk usage myself) |
you could specify commands..... it works (like the night light executes gammastep) |
targets: (skull)
|
I have a Huawei. (chineese song) |
Okay, so it turns out that the official deepseek api is quite bad. It sends null/keepalive that is verbosely sent to the client. Will need to address that first. Upon further review I would recommend simply using OpenRouter integration rather than deepseek's api as modifications would be quite invasive for proper support. |
I will just play around with scss and smth to make my other target dotfiles. If the bar is puttable in left (or right), it could be windows. We need to make it mouse movable first. Win10 could be easier, it could still be a PAIN to make since we use PURE JAVASCRIPT for the code. (windows comment, from 10 going to 95 when its first added the taskbar, 3.1 would be more easie- I wont make 3.1 since yeah why, its a bit hard to navigate ui.) We use execasync, i think to make it. And I wont make my other dotfiles, I don't want to. |
What would you like to be added?
Adding DeepSeek-V3 and DeepSeek-R1 to the GPT section of the sidebar.
How will it help?
DeepSeek-V3 and DeepSeek-R1 are a pretty good LLMs.
Extra info
DeepSeek's API should be perfectly compatible with other GPT API's.
I tried to add this myself by adding the following under
sidebar
/ai
/extraGptModels
:Had to edit the default
user_options.js
that gets overwritten with each update, since it didn't work if i did it in the actual user-defineduser_options.js
.But this results in an error when prompting:
I'm not sure if this is a client-side error, but if i call the deepseek API normally with curl that works fine. Any help would be appreciated, as well as maybe adding this to the dotfile default options would probably be nice.
The text was updated successfully, but these errors were encountered: