mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-04 10:00:17 +00:00
8 lines
200 B
Python
8 lines
200 B
Python
from dbgpt.model.proxy.llms.proxy_model import ProxyModel
|
|
|
|
|
|
def claude_generate_stream(
|
|
model: ProxyModel, tokenizer, params, device, context_len=2048
|
|
):
|
|
yield "claude LLM was not supported!"
|