mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
feat: Unified Cost Calculation Logic.
This commit is contained in:
parent
28727a03d8
commit
e8d2819031
11 changed files with 30 additions and 106 deletions
|
|
@ -42,6 +42,7 @@ class LLMConfig(YamlModel):
|
|||
api_version: Optional[str] = None
|
||||
|
||||
model: Optional[str] = None # also stands for DEPLOYMENT_NAME
|
||||
pricing_plan: Optional[str] = None # Cost Settlement Plan Parameters.
|
||||
|
||||
# For Spark(Xunfei), maybe remove later
|
||||
app_id: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue