Spaces:
Paused
Paused
Commit
·
2b987d9
1
Parent(s):
29dc222
Update config.py
Browse files
config.py
CHANGED
|
@@ -8,7 +8,8 @@
|
|
| 8 |
|
| 9 |
MODEL = "gpt-4.1-nano"
|
| 10 |
|
| 11 |
-
MAX_TOKENS = 131072
|
|
|
|
| 12 |
|
| 13 |
SEARXNG_ENDPOINT = "https://searx.stream/search" # See the endpoint list at https://searx.space
|
| 14 |
BAIDU_ENDPOINT = "https://www.baidu.com/s"
|
|
|
|
| 8 |
|
| 9 |
MODEL = "gpt-4.1-nano"
|
| 10 |
|
| 11 |
+
#MAX_TOKENS = 131072
|
| 12 |
+
MAX_TOKENS = 262144
|
| 13 |
|
| 14 |
SEARXNG_ENDPOINT = "https://searx.stream/search" # See the endpoint list at https://searx.space
|
| 15 |
BAIDU_ENDPOINT = "https://www.baidu.com/s"
|