fix: add missing authHeader: true to Longcat provider preset (#1377)

Fixes issue where Longcat models were failing with 404 error due to missing
authHeader configuration. According to Longcat API documentation, this
setting is required for proper authentication.

Closes: #1376
This commit is contained in:
wavever
2026-03-10 16:14:08 +08:00
committed by GitHub
parent 471c0d9990
commit b4033fdd29
+1
View File
@@ -458,6 +458,7 @@ export const openclawProviderPresets: OpenClawProviderPreset[] = [
baseUrl: "https://api.longcat.chat/v1",
apiKey: "",
api: "openai-completions",
authHeader: true,
models: [
{
id: "LongCat-Flash-Chat",