mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
Compare commits
2 Commits
cf35ca8650
...
ef3f8de33b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef3f8de33b | ||
|
|
d379bf412a |
@@ -2512,7 +2512,7 @@ export const useAppStore = create<AppState & AppActions>()((set, get) => ({
|
||||
authMethod?: string;
|
||||
}>;
|
||||
error?: string;
|
||||
}>('/api/opencode/models');
|
||||
}>('/api/setup/opencode/models');
|
||||
|
||||
if (data.success && data.models) {
|
||||
// Filter out Bedrock models
|
||||
|
||||
Reference in New Issue
Block a user