fix: go fmt alignment on ProvidersConfig struct
https://claude.ai/code/session_01MYemTMPtHrcgidWs8UdjcG
This commit is contained in:
parent
08ace1c8b3
commit
b5491d4cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ type ProvidersConfig struct {
|
||||||
OpenRouter ProviderConfig `json:"openrouter"`
|
OpenRouter ProviderConfig `json:"openrouter"`
|
||||||
Groq ProviderConfig `json:"groq"`
|
Groq ProviderConfig `json:"groq"`
|
||||||
Zai ProviderConfig `json:"zai"`
|
Zai ProviderConfig `json:"zai"`
|
||||||
Zhipu ProviderConfig `json:"zhipu"` // Deprecated: use "zai" instead
|
Zhipu ProviderConfig `json:"zhipu"` // Deprecated: use "zai" instead
|
||||||
VLLM ProviderConfig `json:"vllm"`
|
VLLM ProviderConfig `json:"vllm"`
|
||||||
Gemini ProviderConfig `json:"gemini"`
|
Gemini ProviderConfig `json:"gemini"`
|
||||||
Nvidia ProviderConfig `json:"nvidia"`
|
Nvidia ProviderConfig `json:"nvidia"`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue