feat: add title field to synopsis generation requests and update synopsis generation logic
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import apiClient from '@/lib/api'
|
||||
|
||||
export interface SynopsisGenerationRequest {
|
||||
title: string
|
||||
genre: string
|
||||
subgenre?: string
|
||||
protagonist_type?: string
|
||||
@@ -83,6 +84,7 @@ export interface LLMConfig {
|
||||
}
|
||||
|
||||
export interface NsfwSynopsisGenerationRequest {
|
||||
title: string
|
||||
genre: string
|
||||
subgenre?: string
|
||||
protagonist_type?: string
|
||||
|
||||
Reference in New Issue
Block a user