feat: integrated morph
This commit is contained in:
@@ -395,6 +395,12 @@ M._defaults = {
|
||||
max_tokens = 4096,
|
||||
},
|
||||
},
|
||||
morph = {
|
||||
__inherited_from = "openai",
|
||||
endpoint = "https://api.morphllm.com/v1",
|
||||
model = "auto",
|
||||
api_key_name = "MORPH_API_KEY",
|
||||
},
|
||||
},
|
||||
---Specify the special dual_boost mode
|
||||
---1. enabled: Whether to enable dual_boost mode. Default to false.
|
||||
@@ -440,6 +446,7 @@ M._defaults = {
|
||||
---@type boolean | string[] -- true: auto-approve all tools, false: normal prompts, string[]: auto-approve specific tools by name
|
||||
auto_approve_tool_permissions = false, -- Default: show permission prompts for all tools
|
||||
auto_check_diagnostics = true,
|
||||
enable_fastapply = false,
|
||||
},
|
||||
prompt_logger = { -- logs prompts to disk (timestamped, for replay/debugging)
|
||||
enabled = true, -- toggle logging entirely
|
||||
|
||||
Reference in New Issue
Block a user