Skip to main content

chat glm client for api

Project description

chatglmclient

集微工具箱,包括各种常用操作,后续不断完善

构建

在项目文件夹中运行以下命令

python setup.py sdist bdist_wheel

上传:

python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
或
python -m twine upload dist/*

按照提示,输入pypi的用户名、密码,就可以成功了。若中途提示有些库没有安装,则使用pip安装一下,需要用到twine库。

使用

安装或更新

pip3 install chatglmclient pip3 install --upgrade chatglmclient

代码使用

from chatglmclient.chatglm_client import ChatGLMClient

client = ChatGLMClient(params={'api_host': "http://192.168.1.111:5000"})

prompt = {
    "prompt": "一只狗有几条腿",
    "history": []
}
result, info = client.chat(prompt)
print(
    result,
    info,
)

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

chatglmclient-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

chatglmclient-0.1.0-py3-none-any.whl (5.3 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