ollama proxy to other cloud model service
Project description
ollama-proxy
ollama run as a proxy
Pypi upload
twine upload --repository testpypi dist/*
使用pipx上传分发包
本节介绍如何使用pipx安装twine并上传分发包到PyPI或TestPyPI。
安装twine
首先,使用pipx安装twine:
pipx install twine
上传分发包
- 构建分发包:
poetry build
- 上传分发包到TestPyPI:
twine upload --repository testpypi dist/*
- 上传分发包到PyPI:
twine upload dist/*
注意事项
- 每次上传前,请确保更新版本号。
- 使用TestPyPI进行测试可以避免影响正式版本。
- 考虑使用
.pypirc
文件存储凭证,简化上传过程。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ollama_proxy-0.2.0.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file ollama_proxy-0.2.0.tar.gz
.
File metadata
- Download URL: ollama_proxy-0.2.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2938a4536e22b73577c1b5bd0ae869ebe6b26140dfffcbf29af52fd9343574e |
|
MD5 | 510681ab1cc843b14219935d91c9de13 |
|
BLAKE2b-256 | 590f96d29e54939b8991be6e6d679539a7f7bfb70761a0431489804c5d5e2970 |
File details
Details for the file ollama_proxy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: ollama_proxy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2444db7de55e98fae0f63fbff1d49c414741c11fba8bc34838c427d4c6d5a4c |
|
MD5 | 868baf3771a369e601f8b61954d02214 |
|
BLAKE2b-256 | 8f1b6b5c409baae7ad21afe90fc5bb0a558287c7cccf697f5505f0150d3e7f47 |