Skip to main content

Tools for setup/communications to a LLM models

Project description

Project and PyPI Package

Required Dependencies

  • build, twine

Build

  • Update src/* and update setup.conf
  • Builds to dist/ directory
python -m build
  • Push to PyPi with twine
python -m twine upload --repository pypi dist/*

Setup

  • Create API key in PyPI account
  • Add to ~/.pypirc
[distutils]
index-servers =
    pypi
    testpypi

[pypi]
  username = __token__
  password = pypi-AgszLCJ-Cut-And-P@aste-The-API-K#y-From-Your-AccountlZ7-mow

[testpypi]
repository = https://test.pypi.org/legacy/

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

gpt-prive-0.0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

gpt_prive-0.0.4-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

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