feat: sd setting

This commit is contained in:
Dogtiti
2024-07-23 22:44:09 +08:00
parent 908ee0060f
commit 3935c725c9
6 changed files with 71 additions and 5 deletions

View File

@@ -116,8 +116,9 @@ export enum ModelProvider {
Qwen = "Qwen",
}
export const StabilityPath = {
export const Stability = {
GeneratePath: "v2beta/stable-image/generate",
ExampleEndpoint: "https://api.stability.ai",
};
export const Anthropic = {