mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
add experimental openai interface
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -247,6 +247,7 @@ class APIProcess:
|
||||
process_words=req.process_words,
|
||||
semantic_threshold=req.semantic_threshold,
|
||||
embedding_similarity=req.embedding_similarity,
|
||||
use_openai=req.use_openai
|
||||
)
|
||||
elif req.type == 'video':
|
||||
from modules.ui_video_vlm import enhance_prompt
|
||||
|
||||
Reference in New Issue
Block a user