{"id":26795890,"url":"https://github.com/ging-dev/deepseek_reverse","last_synced_at":"2025-07-12T17:37:24.380Z","repository":{"id":285079398,"uuid":"956889811","full_name":"ging-dev/deepseek_reverse","owner":"ging-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-29T11:19:01.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T11:29:23.315Z","etag":null,"topics":["deepseek","llm","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/deepseek_reverse/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ging-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-29T03:59:09.000Z","updated_at":"2025-03-29T11:27:05.000Z","dependencies_parsed_at":"2025-03-29T11:39:37.103Z","dependency_job_id":null,"html_url":"https://github.com/ging-dev/deepseek_reverse","commit_stats":null,"previous_names":["ging-dev/deepseek_reverse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ging-dev/deepseek_reverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging-dev%2Fdeepseek_reverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging-dev%2Fdeepseek_reverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging-dev%2Fdeepseek_reverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging-dev%2Fdeepseek_reverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ging-dev","download_url":"https://codeload.github.com/ging-dev/deepseek_reverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ging-dev%2Fdeepseek_reverse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265026174,"owners_count":23699904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deepseek","llm","python"],"created_at":"2025-03-29T18:16:25.071Z","updated_at":"2025-07-12T17:37:24.097Z","avatar_url":"https://github.com/ging-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Example\n\n```python\nfrom deepseek_reverse import completion\ndef main():\n    with completion(\n        messages=[\n            {\"role\": \"user\", \"content\": \"Tình hình GDP Việt Nam 2024\"},\n        ],\n        stream=True,\n        search_enabled=True,\n        token=\"...\",\n    ) as stream:\n        for chunk in stream:\n            print(chunk, end=\"\", flush=True)\nif __name__ == \"__main__\":\n    main()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging-dev%2Fdeepseek_reverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fging-dev%2Fdeepseek_reverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fging-dev%2Fdeepseek_reverse/lists"}