Add ai search plugin (#1804)

This commit is contained in:
澄潭
2025-02-24 11:14:47 +08:00
committed by GitHub
parent 2328e19c9d
commit 2e6ddd7e35
17 changed files with 2252 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const (
SKIP_CACHE_HEADER = "x-higress-skip-ai-cache"
ERROR_PARTIAL_MESSAGE_KEY = "errorPartialMessage"
DEFAULT_MAX_BODY_BYTES uint32 = 10 * 1024 * 1024
DEFAULT_MAX_BODY_BYTES uint32 = 100 * 1024 * 1024
)
func main() {