mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 21:23:07 +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;
|
authMethod?: string;
|
||||||
}>;
|
}>;
|
||||||
error?: string;
|
error?: string;
|
||||||
}>('/api/opencode/models');
|
}>('/api/setup/opencode/models');
|
||||||
|
|
||||||
if (data.success && data.models) {
|
if (data.success && data.models) {
|
||||||
// Filter out Bedrock models
|
// Filter out Bedrock models
|
||||||
|
|||||||
Reference in New Issue
Block a user