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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deeptechv_ai-0.2.0.tar.gz.
File metadata
- Download URL: deeptechv_ai-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec261b20da593584062be98f47b9284e1950911c3a2a9dd57386b035c4df46d1
|
|
| MD5 |
33d81767ae19a1e8bb6da822d40b5008
|
|
| BLAKE2b-256 |
0e805d7b5190990f09de09926416cab0382278561305c5bee79717463d6568aa
|
File details
Details for the file deeptechv_ai-0.2.0-py3-none-any.whl.
File metadata
- Download URL: deeptechv_ai-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93817664bebc981993c3db9d5c3b471549e30bf2f1e118464b291e9414bce2ba
|
|
| MD5 |
62de9b1c1c0aa486f05c4d2f90bd8d0f
|
|
| BLAKE2b-256 |
2162f372c5c44faf699b89753e0c2b4f5ec79dc40cd96dd20dcd1e7c25ceef10
|