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.0.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.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: deeptechv_ai-1.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 1e475f78562728d104aeced5d55135d36087525e9a9e51ac1cf0465142ce76c6
MD5 22f6c9d149ac710bc75133a03ded7b08
BLAKE2b-256 b643e33ce2458f96629e0fa2d4b6683e8e36bac736325b5e2862932b0c74e253

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deeptechv_ai-1.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b3d030fd7efa9e4fd0972815776745d4a79e83b5d13182160446d88e973ebeac
MD5 41e1e3664a2c0385f6e6a3a7b387d9c9
BLAKE2b-256 dad5ee00098112c9bd8b2cf5770342300acbc37dfb4f26d95ccdbbaa681eb406

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