Files changed (1) hide show
  1. config.py +2 -1
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"