mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(pdf2zh): pdf2zh podman definition and config
This commit is contained in:
parent
8cf2f0af5e
commit
5b546eff0d
10 changed files with 329 additions and 63 deletions
|
|
@ -3,13 +3,20 @@ return {
|
|||
event = "BufRead",
|
||||
-- lazy = false,
|
||||
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
|
||||
---@module "avante"
|
||||
---@type avante.Config
|
||||
opts = {
|
||||
provider = "openrouter",
|
||||
|
||||
-- add any opts here
|
||||
-- for example
|
||||
providers = {
|
||||
openai = {
|
||||
endpoint = "https://openrouter.ai/v1",
|
||||
model = "x-ai/grok-code-fast-1",
|
||||
---@type AvanteProvider
|
||||
openrouter = {
|
||||
__inherited_from = "openai",
|
||||
endpoint = "https://openrouter.ai/api/v1",
|
||||
model = "anthropic/claude-sonnet-4.5",
|
||||
api_key_name = "OPENROUTER_API_KEY",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue