Spaces:
Running
Running
Update config.py
#3
by
igor04091968
- opened
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"
|