refactor: remove options in Agent
parent
41e48dc119
commit
c80e773c60
|
|
@ -75,28 +75,16 @@ const configTomlTemplate = `## Tabby agent configuration file
|
|||
## You can set the server endpoint and request timeout here.
|
||||
# [server]
|
||||
# endpoint = "http://localhost:8080" # http or https URL
|
||||
# requestTimeout = 30000 # ms
|
||||
|
||||
## You can add custom request headers, e.g. for authentication.
|
||||
# [server.requestHeaders]
|
||||
# Authorization = "Bearer eyJhbGciOiJ..........."
|
||||
|
||||
## Completion
|
||||
## You can set the prompt context to send to the server for completion.
|
||||
# [completion.prompt]
|
||||
# maxPrefixLines = 20
|
||||
# maxSuffixLines = 20
|
||||
|
||||
## You can set the debounce mode for auto completion requests when typing.
|
||||
# [completion.debounce]
|
||||
# mode = "adaptive" # or "fixed"
|
||||
# interval = 250 # ms, only used when mode is "fixed"
|
||||
|
||||
## You can set the timeout for completion requests.
|
||||
# [completion.timeout]
|
||||
# auto = 5000 # ms, for auto completion when typing
|
||||
# manually = 30000 # ms, for manually triggered completion
|
||||
|
||||
## Logs
|
||||
## You can set the log level here. The log file is located at ~/.tabby-client/agent/logs/.
|
||||
# [logs]
|
||||
|
|
|
|||
Loading…
Reference in New Issue