Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpenDILabCommunity
/
LLMRiddlesChatGPTEN
like
4
Runtime error
App
Files
Files
Community
HansBug
commited on
Nov 7, 2023
Commit
888a212
•
1 Parent(s):
25fea7e
dev(hansbug): add envs in README.md
Browse files
Files changed (1)
hide
show
README.md
+3
-0
README.md
CHANGED
Viewed
@@ -1,5 +1,8 @@
1
# LLMRiddles
2
3
```shell
4
python app.py
5
```
1
# LLMRiddles
2
3
```shell
4
+
# QUESTION_LANG=en
5
+
# QUESTION_LLM=chatgpt
6
+
7
python app.py
8
```