mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
style: fix formatting with Prettier
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import type { AgentModel, ModelProvider } from "@/store/app-store";
|
||||
import type { AgentModel, ModelProvider } from '@/store/app-store';
|
||||
|
||||
// Helper to determine provider from model
|
||||
export function getProviderFromModel(model: AgentModel): ModelProvider {
|
||||
return "claude";
|
||||
return 'claude';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user