mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user