A huggingchat python api.
Project description
hugging-chat-api
English | 简体中文
HuggingChat Python API
Leave a star :)
How to Use
Basic mode
pip install hugchat
from hugchat import hugchat
chatbot = hugchat.ChatBot()
print(chatbot.chat("HI"))
# Create a new conversation
id = chatbot.new_conversation()
chatbot.change_conversation(id)
# Get conversation list
conversation_list = chatbot.get_conversation_list()
The chat()
function receives these parameters:
text
: Required[str].temperature
: Optional[float]. Default is 0.9top_p
: Optional[float]. Default is 0.95repetition_penalty
: Optional[float]. Default is 1.2top_k
: Optional[int]. Default is 50truncate
: Optional[int]. Default is 1024watermark
: Optional[bool]. Default is Falsemax_new_tokens
: Optional[int]. Default is 1024stop
: Optional[list]. Default is [""]return_full_text
: Optional[bool]. Default is Falsestream
: Optional[bool]. Default is Trueuse_cache
: Optional[bool]. Default is Falseis_retry
: Optional[bool]. Default is Falseretry_count
: Optional[int]. Number of retries for requesting huggingchat. Default is 5
CLI mode
version 0.0.5.2
or newer
Simply run the following command in your terminal to start the CLI mode
python -m hugchat.cli
Commands in cli mode:
/new
: Create and switch to a new conversation./ids
: Shows a list of all ID numbers and ID strings in current session./switch <id>
: Switches to the ID number passed./exit
: Closes CLI environment.
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
hugchat-0.0.5.5.tar.gz
(17.1 kB
view hashes)
Built Distribution
hugchat-0.0.5.5-py3-none-any.whl
(17.4 kB
view hashes)
Close
Hashes for hugchat-0.0.5.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 212984dfa9d0df2b34063e15d9ccc5352d4cf9f609113ea1dfac037e0750ae50 |
|
MD5 | 76c2f67386078500613b80f0a991bf2c |
|
BLAKE2b-256 | b3b0ffc2acee9648ac1b36cbca700a78d9cef260a18a5b27eee45aa7f4487ad8 |