revert: remove Claude models (API not working)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user