https://github.com/mediaexplorer74/deepseek
Simplest DeepSeek UWP App+ VS 2022 Extension (draft)
https://github.com/mediaexplorer74/deepseek
api deepseek just-for-fun openrouter research rnd testing uwp vs-extension w10m web-api windows10mobile
Last synced: 4 months ago
JSON representation
Simplest DeepSeek UWP App+ VS 2022 Extension (draft)
- Host: GitHub
- URL: https://github.com/mediaexplorer74/deepseek
- Owner: mediaexplorer74
- License: mit
- Created: 2025-01-31T07:16:52.000Z (over 1 year ago)
- Default Branch: vs-extension
- Last Pushed: 2025-04-30T15:42:02.000Z (about 1 year ago)
- Last Synced: 2025-04-30T16:39:24.426Z (about 1 year ago)
- Topics: api, deepseek, just-for-fun, openrouter, research, rnd, testing, uwp, vs-extension, w10m, web-api, windows10mobile
- Language: C#
- Homepage: https://deepseek.com
- Size: 12.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deepseek "VS Edition" v1.0.1-alpha - vs-extension branch

Experimental OpenRouter-based extension for VS 2022... simplest window for short online-chat with Deepseek...
_CAUTION_: this app is using a free model variant (ID is deepseek/deepseek-r1:free), then it will be limited to 10 requests per minute and 100 requests per day.
## Screenshot(s)


## Status
- "Almost emtpy" vs extension. Subject to change (codename is DeepseekVS)
- Draft / proto / not ready /work in progress
- OpenRouter.AI API key needs to be hardcoded into "ChatWindowControl.xaml.cs" (get api key from settings failed, sadly!)
# How-to use this extension
- Try Tools-Settings to set Model and Api key
- Use View - Other windows - Chat Window to open AI Assistant chat window
- ENter your query and press Send query button
- Wait some result 5-30 sec
- Somewhere somhow it works ;)
## How to register your API key & use Deepseek-VS
- Go to [OpenRouter AI](https://openrouter.ai) site
- Authorize via UserName/Password, or use your Google/GitHub account
- Create new Key and hardcode it into AIDialog.xaml.cs
- Build vsix and install it
## ToDo
- Realize normal OptionPage -> ChatWindow data transfer (api key, model)!
- Support markdown/rich text in responses
- Explore some mature VS Extension features (CodeSense, Code Output, etc.!)
- Fix Deepseek's null responses ("empty messages")
- Extend options (Api endpoint, etc.)
## ..
As is. No support. RnD only. DIY.
## .
[m][e] May, 2 2025