Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Intel/NeuralChat-ICX-INT4
pallavijaini
/
NeuralChat-LLAMA-POC
like
0
Runtime error
App
Files
Files
Community
d8475f2
NeuralChat-LLAMA-POC
/
fastchat
/
client
/
__init__.py
lvkaokao
update codes.
5a7ab71
over 1 year ago
raw
Copy download link
history
blame
Safe
105 Bytes
from
fastchat.client.api
import
ChatCompletion, set_baseurl
__all__ = [
"ChatCompletion"
,
"set_baseurl"
]