Skip to main content

一个用于从GitLab下载和处理模型的Python SDK

Project description

ShangshanAI SDK

一个用于下载和处理数据的Python SDK。

安装

pip install shangshanAI

下载模型

from shangshanAI import snapshot_download
model_dir = snapshot_download('testuser/model_llm')
print(model_dir)

功能特性

  • 支持文件下载
  • 自动重试机制
  • 进度显示

调用大模型

from shangshanAI import ShangshanAI

client = ShangshanAI(api_key="BkdNcaHp6YUxvYsp6PpzMq", path="/v1/chat/completions")  # 请填写您自己的API Key
response = client.chat.completions.create(
    model="shangshan-chat-beta",  # 填写需要调用的模型编码
    messages=[
        {"role": "user", "content": "你好!你叫什么名字"},
    ],
    stream=True,
)
for chunk in response:
    print(chunk.choices[0].delta.content, end="", flush=True)

许可证

MIT License

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

shangshanai-0.1.9.tar.gz (101.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shangshanAI-0.1.9-py3-none-any.whl (149.5 kB view details)

Uploaded Python 3

File details

Details for the file shangshanai-0.1.9.tar.gz.

File metadata

  • Download URL: shangshanai-0.1.9.tar.gz
  • Upload date:
  • Size: 101.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for shangshanai-0.1.9.tar.gz
Algorithm Hash digest
SHA256 f3095b84346b1c18b99fd8e2e410749bc9bebabff3af17d9f8dc08574be43b62
MD5 3a4f9f5d4cb4ee0fbc2eb77b0fcd92ca
BLAKE2b-256 74701333413557a0ff4d9e94e2f0879bac5fbe588e79e2231fd12250b4900ddb

See more details on using hashes here.

File details

Details for the file shangshanAI-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: shangshanAI-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 149.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for shangshanAI-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1af09ba44cb4305fe7dc01d37b8731c24220519ea111e365e6e7401eeb639378
MD5 dfe7eed916a90b5c90cd751267c8b085
BLAKE2b-256 b602ece14a6953d9d35220fc8ed8d5e09ed225edecdfe77993b550e712fc19db

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