mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 03:50:42 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import requests
|
||||
import json
|
||||
from typing import List
|
||||
from dbgpt.model.proxy.llms.proxy_model import ProxyModel
|
||||
|
||||
import requests
|
||||
|
||||
from dbgpt.core.interface.message import ModelMessage, ModelMessageRoleType
|
||||
from dbgpt.model.parameter import ProxyModelParameters
|
||||
from dbgpt.model.proxy.llms.proxy_model import ProxyModel
|
||||
|
||||
BAICHUAN_DEFAULT_MODEL = "Baichuan2-Turbo-192k"
|
||||
|
||||
|
Reference in New Issue
Block a user