revert: remove Claude models (API not working)
CI - Build & Test / Backend (.NET) (push) Failing after 23s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
2026-06-11 18:11:02 +02:00
parent 3907548a1d
commit 1a7bf8ca11
@@ -1048,8 +1048,6 @@ public sealed class OpenClawGatewayClient(HttpClient httpClient, IConfiguration
private static List<ModelOption> GetDefaultModels()
=> new()
{
new ModelOption("anthropic/claude-sonnet-4-6", "Claude Sonnet 4.6", "anthropic"),
new ModelOption("anthropic/claude-opus-4-8", "Claude Opus 4.8", "anthropic"),
new ModelOption("openai/gpt-5.4", "GPT-5.4", "openai"),
new ModelOption("openai/gpt-5.5", "GPT-5.5", "openai"),
new ModelOption("deepseek/deepseek-v4-flash", "DeepSeek V4 Flash", "deepseek"),