Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
OpenDILabCommunity
/
LLMRiddlesChatGPTEN
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HansBug
commited on
Nov 7, 2023
Commit
dd3127d
·
2 Parent(s):
f518d5b
888a212
Merge branch 'main' into hf
Browse files
Files changed (1)
hide
show
README.md
+3
-0
README.md
CHANGED
Viewed
@@ -14,5 +14,8 @@ python_version: 3.8
14
# LLMRiddles
15
16
```shell
17
python app.py
18
```
14
# LLMRiddles
15
16
```shell
17
+
# QUESTION_LANG=en
18
+
# QUESTION_LLM=chatgpt
19
+
20
python app.py
21
```