mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 15:21:02 +00:00
feat(model): New APP ID parameter for proxy LLM
This commit is contained in:
parent
fbcc91a3a8
commit
b23919a6fc
@ -307,6 +307,12 @@ class ProxyModelParameters(BaseModelParameters):
|
||||
},
|
||||
)
|
||||
|
||||
proxy_api_app_id: str = field(
|
||||
metadata={
|
||||
"help": "The app id for current proxy LLM(Just for spark proxy LLM now)."
|
||||
},
|
||||
)
|
||||
|
||||
proxy_api_key: str = field(
|
||||
metadata={"tags": "privacy", "help": "The api key of current proxy LLM"},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user