fix: LLMClient类型导入修复
This commit is contained in:
BIN
app/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
app/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/app.cpython-310.pyc
Normal file
BIN
app/__pycache__/app.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/bid_evaluator.cpython-310.pyc
Normal file
BIN
app/__pycache__/bid_evaluator.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/execution_monitor.cpython-310.pyc
Normal file
BIN
app/__pycache__/execution_monitor.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/llm_client.cpython-310.pyc
Normal file
BIN
app/__pycache__/llm_client.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/models.cpython-310.pyc
Normal file
BIN
app/__pycache__/models.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/orchestrator.cpython-310.pyc
Normal file
BIN
app/__pycache__/orchestrator.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/task_board.cpython-310.pyc
Normal file
BIN
app/__pycache__/task_board.cpython-310.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/worker.cpython-310.pyc
Normal file
BIN
app/__pycache__/worker.cpython-310.pyc
Normal file
Binary file not shown.
@@ -5,7 +5,7 @@ LLM客户端 - 调用大模型API
|
|||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
from typing import Dict, List, Optional
|
from typing import Dict, List, Optional, Any
|
||||||
|
|
||||||
|
|
||||||
class LLMClient:
|
class LLMClient:
|
||||||
|
|||||||
Reference in New Issue
Block a user