Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
NLPark/Riddles2
NLPark
/
Riddles3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c74177e
Riddles3
/
llmriddles
/
llms
/
__init__.py
zjowowen
init repo
4231e0d
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
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