deepseek-api
deepseek-api copied to clipboard
Unofficial API Wrapper for Deepseek (chat.deepseek.com)
Can you please make an API endpoint that is compatible with [Aider](https://aider.chat/)? They support Deepseek but do not support custom endpoint settings for Deepseek. The other option might be to...
Dear project owner I want to use this project but got this error. Please fix it. : Traceback (most recent call last): File "/data/data/com.termux/files/home/dsk.py", line 52, in main() File "/data/data/com.termux/files/home/dsk.py",...
Although Deepseek temporarily restricts registration and use outside of+86 phone numbers, our platform has launched the Deepseek API, which can be directly used Link: https://share.acedata.cloud/1uKeRv5a1S
added line ```python if sys.platform == 'win32': asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) ``` into the if name == main because without it, async will throw an error. The code still does not work, but...