Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpenDILabCommunity
/
LLMRiddlesChatGPTEN
like
4
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
```