mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-04 14:40:15 +00:00
feat: add user for cloud key usage
This commit is contained in:
parent
85b6539a17
commit
917e8a652b
1 changed files with 3 additions and 0 deletions
|
|
@ -455,6 +455,9 @@ def agent_model(
|
|||
model_type=options.model_type,
|
||||
api_key=options.api_key,
|
||||
url=options.api_url,
|
||||
model_config_dict={
|
||||
"user": str(options.task_id),
|
||||
},
|
||||
**(options.extra_params or {}),
|
||||
),
|
||||
# output_language=options.language,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue