mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-06 20:42:43 +08:00
删除 test_openai_stream_patch.py
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import asyncio
|
||||
from app.agent.llm.helper import LLMHelper
|
||||
from app.core.config import settings
|
||||
import json
|
||||
|
||||
async def run():
|
||||
llm = await LLMHelper.get_llm(
|
||||
streaming=False,
|
||||
provider="chatgpt",
|
||||
model="gpt-5.1-codex",
|
||||
)
|
||||
print("streaming:", llm.streaming)
|
||||
|
||||
asyncio.run(run())
|
||||
Reference in New Issue
Block a user