方块 (@Throttle) 在 [OpenWebUI Pipe] GPT Image 1 被迫更新 中发帖
上文 [OpenWebUI Pipe] GPT Image 1 - 开发调优 - LINUX DO
OpenWebUI v0.6.11 版本修改了部分参数,会导致程序异常,请更新 Pipe 以继续使用
"""
title: OpenAI Image
author: OVINC CN
git_url: https://github.com/OVINC-CN/OpenWebUIPlugin.git
version: 0.0.3
licence: MIT
"""
import base64
import io
import json
import logging
import time
import uuid
from typing import AsyncIterable, List, Literal, Optional
import httpx
from fastapi impo...