This commit is contained in:
guanjihuan 2023-11-17 05:03:08 +08:00
parent 165500be2d
commit f3107387c3
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = guan
version = 0.1.34
version = 0.1.36
author = guanjihuan
author_email = guanjihuan@163.com
description = An open source python package

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: guan
Version: 0.1.34
Version: 0.1.36
Summary: An open source python package
Home-page: https://py.guanjihuan.com
Author: guanjihuan

View File

@ -417,7 +417,7 @@ def chat(prompt='你好', stream_show=1, top_p=0.8, temperature=0.8):
print('\n---\n')
response = stream_response
except:
pass
break
client_socket.close()
import guan
guan.statistics_of_guan_package()