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.2.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.2.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: deeptechv_ai-1.2.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.2.1.tar.gz
Algorithm Hash digest
SHA256 c0b3f385052dabcf1d873d7cd496466671951aa3b8e2e81041532c3efd227e7b
MD5 ba05a42b6e1208f96d90d567c9f0bcf9
BLAKE2b-256 343858e3599c7092ca6e2736f7312532b0eb940a305d488c3e9d8d04fdce79d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deeptechv_ai-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.4 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f05b063bcffb0e9c823266431989f15acd6dc158d475e3adaa74684e1a62c27c
MD5 03c675828d677dc24d83f4d78a65d156
BLAKE2b-256 e3b016e89814917d8315788bd3d207232b8eee22a38209bff12761c1c614fdee

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