Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
OpenDILabCommunity/LLMRiddlesChatGLMCN
NLPark
/
Riddles2
like
0
Sleeping
App
Files
Files
Community
4d5a6e9
Riddles2
/
llmriddles
/
llms
/
__init__.py
zjowowen
init repo
4231e0d
about 1 year ago
raw
Copy download link
history
blame
Safe
154 Bytes
from
.base
import
register_llm, get_llm_fn
from
.chatgpt
import
ask_chatgpt
from
.chatglm
import
ask_chatglm
from
.mistral
import
ask_mistral_7b_instruct