/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ posthog
/ ai
/ openai
/ __init__.py
Run
Starting...
Stop
View File
Save
from .openai import OpenAI from .openai_async import AsyncOpenAI from .openai_providers import AsyncAzureOpenAI, AzureOpenAI __all__ = ["OpenAI", "AsyncOpenAI", "AzureOpenAI", "AsyncAzureOpenAI"]
Memory