This commit is contained in:
co63oc
2025-08-09 16:20:38 +08:00
parent dd147295f6
commit 3549a5d983
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# @Time : 2024/12/10 17:07 # @Time : 2024/12/10 17:07
# @Author : fanen.lhy # @Author : fanen.lhy
# @Email : fanen.lhy@antgroup.com # @Email : fanen.lhy@antgroup.com
# @FileName: custom_flask_request_sink.py # @FileName: custom_flask_response_sink.py
from agentuniverse.base.util.logging.log_sink.flask_response_log_sink import FlaskResponseLogSink from agentuniverse.base.util.logging.log_sink.flask_response_log_sink import FlaskResponseLogSink

View File

@@ -4,7 +4,7 @@
# @Time : 2024/7/26 10:10 # @Time : 2024/7/26 10:10
# @Author : wangchongshi # @Author : wangchongshi
# @Email : wangchongshi.wcs@antgroup.com # @Email : wangchongshi.wcs@antgroup.com
# @FileName: llm.py # @FileName: llm_constant.py
# llm model name list # llm model name list
LLM_MODEL_NAME = { LLM_MODEL_NAME = {
'demo_llm': ['gpt-4o', 'gpt-4o-mini', 'o1', 'o3-mini', 'qwen-max', 'qwen-long', 'qwen-plus', 'demo_llm': ['gpt-4o', 'gpt-4o-mini', 'o1', 'o3-mini', 'qwen-max', 'qwen-long', 'qwen-plus',

View File

@@ -4,7 +4,7 @@
# @Time : 2024/12/17 20:54 # @Time : 2024/12/17 20:54
# @Author : wangchongshi # @Author : wangchongshi
# @Email : wangchongshi.wcs@antgroup.com # @Email : wangchongshi.wcs@antgroup.com
# @FileName: dir_structure_updater.py # @FileName: au_dir_structure_updater.py
import os import os
import shutil import shutil
from pathlib import Path from pathlib import Path