Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
OpenDILabCommunity/LLMRiddlesChatGPTCN
NLPark
/
Riddles
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
70e43e8
Riddles
/
llmriddles
/
llms
/
__init__.py
niuyazhe
feature(nyz): add naive Mistral-7B-Instruct-v0.1 demo
d2f4f1c
over 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
from
.base
import
register_llm, get_llm_fn
from
.chatgpt
import
ask_chatgpt
from
.mistral
import
ask_mistral_7b_instruct