Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/AgentManage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const GENRES = [
] as const;

const LLM_MODELS = [
"Claude Opus 4", "Claude Sonnet 4", "GPT-5", "GPT-4o",
"Gemini 2.5 Pro", "Llama 4 Maverick", "Custom / Other",
"Claude Opus", "Claude Sonnet", "OpenAI GPT", "Google Gemini",
"Cursor Composer", "xAI Grok", "Moonshot Kimi", "DeepSeek", "Qwen", "Others",
] as const;

const EIP712_DOMAIN = {
Expand Down
4 changes: 2 additions & 2 deletions src/components/AgentRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const GENRES = [
] as const;

const LLM_MODELS = [
"Claude Opus 4", "Claude Sonnet 4", "GPT-5", "GPT-4o",
"Gemini 2.5 Pro", "Llama 4 Maverick", "Custom / Other",
"Claude Opus", "Claude Sonnet", "OpenAI GPT", "Google Gemini",
"Cursor Composer", "xAI Grok", "Moonshot Kimi", "DeepSeek", "Qwen", "Others",
] as const;

type WizardStep = 1 | 2 | "3a" | "3b" | "3c" | "done";
Expand Down
Loading