mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:51:22 +00:00
lint: fix unused imports and onboarding preferred provider
This commit is contained in:
committed by
Peter Steinberger
parent
94d5411f11
commit
03c502ef31
@@ -474,7 +474,7 @@ function buildTogetherProvider(): ProviderConfig {
|
||||
return {
|
||||
baseUrl: TOGETHER_BASE_URL,
|
||||
api: "openai-completions",
|
||||
models: [],
|
||||
models: TOGETHER_MODEL_CATALOG.map(buildTogetherModelDefinition),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user