Add your description here
Project description
Example
from deepseek_reverse import completion
def main():
with completion(
messages=[
{"role": "user", "content": "Tình hình GDP Việt Nam 2024"},
],
stream=True,
search_enabled=True,
token="...",
) as stream:
for chunk in stream:
print(chunk, end="", flush=True)
if __name__ == "__main__":
main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepseek_reverse-0.1.0.tar.gz.
File metadata
- Download URL: deepseek_reverse-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86555d0edd2bd95e37006f5a44b117b249d7471a70f91b650fc1bcb5820173ed
|
|
| MD5 |
8d865b268376fe0f0fee343d55c310a1
|
|
| BLAKE2b-256 |
2cc11a6945b7992b41dbc674d5b57824e281c11bfd9f83eca8dcd80ec933e8db
|
File details
Details for the file deepseek_reverse-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deepseek_reverse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e03a386a96f3ab2b28af40f1545dcad89ee7d9ce38aa6d0420cf2a8c28713b78
|
|
| MD5 |
7a1090d6a1f7fe797a0cdbd58e721ea6
|
|
| BLAKE2b-256 |
1262d26dac4a8e5737399d55bcf3fee0c88b2afa8415b957e8ca95076e44ee83
|