|
@@ -67,7 +67,7 @@ async def main(
|
|
|
raise ValueError(f'Invalid toml file, cannot read {args.llm_config}')
|
|
raise ValueError(f'Invalid toml file, cannot read {args.llm_config}')
|
|
|
|
|
|
|
|
logger.info(
|
|
logger.info(
|
|
|
- f'Running agent {args.agent_cls} (model: {llm_config.model}, llm_config: {llm_config}) with task: "{task}"'
|
|
|
|
|
|
|
+ f'Running agent {args.agent_cls} (model: {llm_config.model}, llm_config: {args.llm_config}) with task: "{task}"'
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
# create LLM instance with the given config
|
|
# create LLM instance with the given config
|