Skip to main content

Techvantage AI Developer Toolkit for Deepseek

Project description

Usage Command Line Interface (CLI) After installation, you can use the toolkit via the command line:

bash Copy deeptechv_ai This will execute the default command, which prints a welcome message.

Python API You can also use the toolkit programmatically in your Python projects. Here's an example:

python Copy from deeptechv_ai import DeepseekClient

Initialize the client

client = DeepseekClient(api_key="your_api_key")

Make a request to Deepseek's API

response = client.generate_text(prompt="Explain AI in simple terms.") print(response) Configuration To use the toolkit, you need to set your Deepseek API key. You can do this in one of the following ways:

Environment Variable: Set the DEEPSEEK_API_KEY environment variable:

bash Copy export DEEPSEEK_API_KEY="your_api_key" Programmatically: Pass the API key directly when initializing the client:

python Copy client = DeepseekClient(api_key="your_api_key") Features OpenAI-Compatible Client: Easily interact with Deepseek's API using a familiar interface.

CLI Support: Run commands directly from the terminal.

Extensible: Add custom functionality to suit your needs.

Contributing We welcome contributions! If you'd like to contribute, please follow these steps:

Fork the repository.

Create a new branch for your feature or bugfix.

Submit a pull request with a detailed description of your changes.

License This project is licensed under the MIT License. See the LICENSE file for details.

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

deeptechv_ai-1.0.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deeptechv_ai-1.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file deeptechv_ai-1.0.0.tar.gz.

File metadata

  • Download URL: deeptechv_ai-1.0.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for deeptechv_ai-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4fd67cb627ef4eac0094bc70405fc52697d6ac39d9ed9ee2f37b2809dccfd195
MD5 b8a116ee141cbc6fd572b439a657785e
BLAKE2b-256 3fd9209e7ecfffd781f887a48d9a5454356777c373bb3949138b621fea51f526

See more details on using hashes here.

File details

Details for the file deeptechv_ai-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: deeptechv_ai-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for deeptechv_ai-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1aabc09b2fdbffe09a9e18235558f992abbc130cfdefd92ffadb0b29c2eea041
MD5 15501c26e59d04d5e6eaab6fac0cb951
BLAKE2b-256 1ec3b656465e88b2651c28ad71fab947c7a71cce39ec066a4ec67fe0713716f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page