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.1.1.tar.gz (4.2 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.1.1-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: deeptechv_ai-1.1.1.tar.gz
  • Upload date:
  • Size: 4.2 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.1.1.tar.gz
Algorithm Hash digest
SHA256 a0217728c17e777550e08a0f5304f515445faec9d9ceb4dc0b8d0d4a77e8f930
MD5 ac2490feec0313aeeb31b9e0ae8718c9
BLAKE2b-256 9b17af9ca9ba3e56d39d67bdb8417632713bd66c282efc8c31625422751296b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deeptechv_ai-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.3 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b7e5d6688661ceacc165656306e81d824e80d1482508f8f1c1923c693ba3ad7
MD5 b52815b3895485dc2d7d0c84bb144caa
BLAKE2b-256 c5fbe584127ce32196fe9c42316afc36ee24d6414c7726509b0223d7189df1c6

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