Commit ·
ccd5c6d
1
Parent(s): 5228496
ui: Paper card default URL -> the final QUEST github-page site
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ DEFAULT_MODEL = QUEST_MODEL_ID
|
|
| 32 |
# Internal defaults. Search budget is no longer user-tunable.
|
| 33 |
DEFAULT_MAX_SEARCH_RESULTS = 10
|
| 34 |
|
| 35 |
-
PAPER_URL = os.getenv("PAPER_URL", "https://osu-nlp-group.github.io/
|
| 36 |
CODE_URL = os.getenv("CODE_URL", "https://github.com/OSU-NLP-Group/QUEST")
|
| 37 |
DATASET_URL = os.getenv("DATASET_URL", "https://huggingface.co/collections/osunlp/quest")
|
| 38 |
MODEL_URL = os.getenv("MODEL_URL", "https://huggingface.co/osunlp/QUEST-35B-RL")
|
|
|
|
| 32 |
# Internal defaults. Search budget is no longer user-tunable.
|
| 33 |
DEFAULT_MAX_SEARCH_RESULTS = 10
|
| 34 |
|
| 35 |
+
PAPER_URL = os.getenv("PAPER_URL", "https://osu-nlp-group.github.io/QUEST/")
|
| 36 |
CODE_URL = os.getenv("CODE_URL", "https://github.com/OSU-NLP-Group/QUEST")
|
| 37 |
DATASET_URL = os.getenv("DATASET_URL", "https://huggingface.co/collections/osunlp/quest")
|
| 38 |
MODEL_URL = os.getenv("MODEL_URL", "https://huggingface.co/osunlp/QUEST-35B-RL")
|