Same refactor as Plexum-minimax-provider — drop the duplicated
internal/{anthropic,translate}, import from the shared
Plexum-anthropic-compat-client repo. UserAgent + ExtraHeaders fields
the Kimi plugin needs already live on Client there.
No behavioral change. Live re-verified after refactor: plexum say →
"ready" (via Kimi K2.6).
14 lines
365 B
Modula-2
14 lines
365 B
Modula-2
module git.hangman-lab.top/hzhang/Plexum-kimi-provider
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
git.hangman-lab.top/hzhang/Plexum-anthropic-compat-client v0.0.0
|
|
git.hangman-lab.top/hzhang/Plexum-sdk-go v0.0.0
|
|
)
|
|
|
|
replace (
|
|
git.hangman-lab.top/hzhang/Plexum-anthropic-compat-client => ../Plexum-anthropic-compat-client
|
|
git.hangman-lab.top/hzhang/Plexum-sdk-go => ../Plexum-sdk-go
|
|
)
|