fix: reduce the context window of copilot (#2350)

This commit is contained in:
yetone
2025-06-27 15:39:32 +08:00
committed by GitHub
parent 84ee9f91df
commit 6d9e0cf119

View File

@@ -251,7 +251,7 @@ M._defaults = {
proxy = nil, -- [protocol://]host[:port] Use this proxy
allow_insecure = false, -- Allow insecure server connections
timeout = 30000, -- Timeout in milliseconds
context_window = 128000, -- Number of tokens to send to the model for context
context_window = 64000, -- Number of tokens to send to the model for context
extra_request_body = {
temperature = 0.75,
max_tokens = 20480,