0.1.36
This commit is contained in:
parent
165500be2d
commit
f3107387c3
@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
# replace with your username:
|
# replace with your username:
|
||||||
name = guan
|
name = guan
|
||||||
version = 0.1.34
|
version = 0.1.36
|
||||||
author = guanjihuan
|
author = guanjihuan
|
||||||
author_email = guanjihuan@163.com
|
author_email = guanjihuan@163.com
|
||||||
description = An open source python package
|
description = An open source python package
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: guan
|
Name: guan
|
||||||
Version: 0.1.34
|
Version: 0.1.36
|
||||||
Summary: An open source python package
|
Summary: An open source python package
|
||||||
Home-page: https://py.guanjihuan.com
|
Home-page: https://py.guanjihuan.com
|
||||||
Author: guanjihuan
|
Author: guanjihuan
|
||||||
|
@ -417,7 +417,7 @@ def chat(prompt='你好', stream_show=1, top_p=0.8, temperature=0.8):
|
|||||||
print('\n---\n')
|
print('\n---\n')
|
||||||
response = stream_response
|
response = stream_response
|
||||||
except:
|
except:
|
||||||
pass
|
break
|
||||||
client_socket.close()
|
client_socket.close()
|
||||||
import guan
|
import guan
|
||||||
guan.statistics_of_guan_package()
|
guan.statistics_of_guan_package()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user