Spaces:
Running
Running
Update categories_arxiv.py
Browse files- categories_arxiv.py +1 -13
categories_arxiv.py
CHANGED
|
@@ -1,16 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
AZURE_OPENAI_ENDPOINT_FR = "https://openai-resource-team-11-france.openai.azure.com/"
|
| 3 |
-
AZURE_ENGINE_NAME_FR = "gpt35-team-11"
|
| 4 |
-
|
| 5 |
-
AZURE_OPENAI_KEY_US = "af7e76186d2c46458bcb6d1ecef91d68"
|
| 6 |
-
AZURE_OPENAI_ENDPOINT_US = "https://openai-resource-team-11-east-us.openai.azure.com/"
|
| 7 |
-
AZURE_ENGINE_NAME_US = "ada002-team-11"
|
| 8 |
-
|
| 9 |
-
OPEN_AI_KEY = "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"
|
| 10 |
-
|
| 11 |
-
persistent_dir = "db"
|
| 12 |
-
|
| 13 |
-
# Taxonomy dictionary arxiv
|
| 14 |
arxiv_taxonomy = {
|
| 15 |
"astro-ph.CO": "Cosmology and Nongalactic Astrophysics",
|
| 16 |
"astro-ph.EP": "Earth and Planetary Astrophysics",
|
|
|
|
| 1 |
+
# Category dictionary arxiv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
arxiv_taxonomy = {
|
| 3 |
"astro-ph.CO": "Cosmology and Nongalactic Astrophysics",
|
| 4 |
"astro-ph.EP": "Earth and Planetary Astrophysics",
|