iamt 1.1.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iamt/__init__.py +67 -0
- iamt/__main__.py +5 -0
- iamt/client_config/client_config.py +354 -0
- iamt/completers/customCompleter.py +143 -0
- iamt/composes/5425CICD/gitea/.rdm.md +4 -0
- iamt/composes/5425CICD/gitea/docker-compose.yml +52 -0
- iamt/composes/5425CICD/gitlab/.rdm.md +20 -0
- iamt/composes/5425CICD/gitlab/config/ssl/.gitkeep +0 -0
- iamt/composes/5425CICD/gitlab/docker-compose.yml +32 -0
- iamt/composes/5425CICD/gitlabDocs/.rdm.md +3 -0
- iamt/composes/5425CICD/gitlabRunner/.rdm.md +5 -0
- iamt/composes/5425CICD/sonarQube/.rdm.md +14 -0
- iamt/composes/5425CICD/sonarQube/docker-compose.yml +46 -0
- iamt/composes/5425CICD/sonarQube/docker-compose3.yml +41 -0
- iamt/composes/5425CICD/sonarQube/docker-compose4.yml +33 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_conf/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_data/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_extensions/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_logs/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_temp/.gitkeep +0 -0
- iamt/composes/5435PROMPT/.rdm.md +11 -0
- iamt/composes/5435PROMPT/langfuse/.env +276 -0
- iamt/composes/5435PROMPT/langfuse/.rdm.md +3 -0
- iamt/composes/5435PROMPT/langfuse/docker-compose.yml +166 -0
- iamt/composes/5435PROMPT/prompt-optimizer/.rdm.md +3 -0
- iamt/composes/5465BASE/alpine/.rdm.md +6 -0
- iamt/composes/5465BASE/mysql/.rdm.md +40 -0
- iamt/composes/5465BASE/mysql/conf/my.cnf +52 -0
- iamt/composes/5465BASE/mysql/docker-compose.yml +31 -0
- iamt/composes/5465BASE/mysql/init/01-init.sql +14 -0
- iamt/composes/5465BASE/nginx/.rdm.md +16 -0
- iamt/composes/5465BASE/nginx/docker-compose.yml +29 -0
- iamt/composes/5465BASE/nginx/html/index.html +11 -0
- iamt/composes/5465BASE/nginx/nginx/conf.d/default.conf +22 -0
- iamt/composes/5465BASE/nginx/nginx/nginx.conf +35 -0
- iamt/composes/5465BASE/node/.rdm.md +0 -0
- iamt/composes/5465BASE/node/docker-compose.yml +0 -0
- iamt/composes/5465BASE/php/.rdm.md +0 -0
- iamt/composes/5465BASE/php/docker-compose.yml +0 -0
- iamt/composes/5465BASE/redis/.env +11 -0
- iamt/composes/5465BASE/redis/.rdm.md +7 -0
- iamt/composes/5465BASE/redis/config/redis.conf +57 -0
- iamt/composes/5465BASE/redis/docker-compose.yml +35 -0
- iamt/composes/5475TTS/GPTsovits/.rdm.md +4 -0
- iamt/composes/5475TTS/GPTsovits/docker-compose.yml +34 -0
- iamt/composes/5475TTS/indexTTS/.rdm.md +3 -0
- iamt/composes/5485MCP/.rdm.md +5 -0
- iamt/composes/5485MCP/mcpGateway/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpGateway/docker-compose.yml +0 -0
- iamt/composes/5485MCP/mcpProxy/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpProxy/config.json +53 -0
- iamt/composes/5485MCP/mcpProxy/docker-compose.yml +34 -0
- iamt/composes/5485MCP/superGateway/.env +2 -0
- iamt/composes/5485MCP/superGateway/.rdm.md +17 -0
- iamt/composes/5485MCP/superGateway/docker-compose.yml +21 -0
- iamt/composes/5495LLM/ollama_nvidia/.rdm.md +21 -0
- iamt/composes/5495LLM/ollama_nvidia/docker-compose.yml +24 -0
- iamt/composes/5555RAG/QAnything/.rdm.md +5 -0
- iamt/composes/5555RAG/bisheng/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/docker-compose.yml +81 -0
- iamt/composes/5555RAG/kotaemon/.rdm.md +3 -0
- iamt/composes/5555RAG/kotaemon/docker-compose.yml +3 -0
- iamt/composes/5555RAG/llama_index/.rdm.md +3 -0
- iamt/composes/5555RAG/ragflow/.rdm.md +4 -0
- iamt/composes/5555RAG/ragflow/docker-compose.yml +0 -0
- iamt/composes/5556LLMAPI/litellm/.env +29 -0
- iamt/composes/5556LLMAPI/litellm/.rdm.md +17 -0
- iamt/composes/5556LLMAPI/litellm/config.yaml +211 -0
- iamt/composes/5556LLMAPI/litellm/docker-compose.yml +68 -0
- iamt/composes/5556LLMAPI/litellm/prometheus.yml +9 -0
- iamt/composes/5556LLMAPI/newapi/.env +7 -0
- iamt/composes/5556LLMAPI/newapi/docker-compose.yml +54 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.env +3 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.rdm.md +15 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5556LLMAPI/oneapi/.env +5 -0
- iamt/composes/5556LLMAPI/oneapi/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_postgresql/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/.rdm.md +10 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5557AICLIENT/chatgpt-web-midjourney-proxy/.rdm.md +4 -0
- iamt/composes/5557AICLIENT/librechat/.env +511 -0
- iamt/composes/5557AICLIENT/librechat/.env.example +509 -0
- iamt/composes/5557AICLIENT/librechat/README.md +10 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.override.yml +21 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.yml +70 -0
- iamt/composes/5557AICLIENT/librechat/librechat.yaml +19 -0
- iamt/composes/5557AICLIENT/librechat/litellm-config.yml +21 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.env +535 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.rdm.md +19 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.override.yml +14 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.yml +72 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/librechat.yaml +42 -0
- iamt/composes/5557AICLIENT/nextChat/.rdm.md +13 -0
- iamt/composes/5557AICLIENT/nextChat/docker-compose.yml +2 -0
- iamt/composes/5557AICLIENT/openwebui/.env +15 -0
- iamt/composes/5557AICLIENT/openwebui/.rdm.md +6 -0
- iamt/composes/5557AICLIENT/openwebui/docker-compose.yml +33 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.env +193 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.rdm.md +15 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/README.md +71 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/atlas.hcl +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703095335_initial.sql +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703115304_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250704040445_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250708075302_update.sql +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250710100212_update.sql +38 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250711034533_update.sql +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250717125913_update.sql +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/atlas.sum +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/opencoze_latest_schema.hcl +4057 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark.yaml +133 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-lite.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-256k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-32k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-pro.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-lite.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-flash.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-thinking.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-r1.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-v3.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_basic.yaml +201 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_claude.yaml +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml +107 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml +139 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml +84 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml +171 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/common/oauth_schema.json +42 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/bocha_search.yaml +179 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/chestnut_sign.yaml +50 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/gaode_map.yaml +754 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/image_compression.yaml +58 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_authentication_authorization.yaml +56 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_base.yaml +1172 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_calendar.yaml +479 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_docx.yaml +552 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_message.yaml +499 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_sheet.yaml +795 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_task.yaml +409 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_wiki.yaml +95 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/library_search.yaml +73 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/maker_smart_design.yaml +82 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/plugin_meta.yaml +913 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sky_eye_check.yaml +431 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sohu_hot_news.yaml +69 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/wolfram_alpha.yaml +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/worth_buying.yaml +77 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/nl2sql_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/docker-compose.yml +549 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/go.mod +3 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/proxy.go +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/analysis-smartcn.zip +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/elasticsearch.yml +14 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/coze_resource.index-template.json +74 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/project_draft.index-template.json +79 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/setup_es.sh +142 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/etcd/etcd.conf.yml +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/.mc/config.json +1 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/claude_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-api.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-chat-sdk.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-coze.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/deepseek_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_agent_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_app_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_database_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_dataset_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_prompt_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_workflow_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/doubao_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/gemini_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/image_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/ollama.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/openai_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/plugin_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/qwen_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_10coz_folder.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_11coz_trans_switch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_12coz_location.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_13coz_link.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_14coz_clock.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_1coz_ai.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_2icon_ai_writing.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_3coz_imageflow.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_4icon_aisearch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_5icon_summary.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_6icon_digest.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_7icon_video.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_8icon_audio.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_9coz_variables.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/table_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/team_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7416518827749425204.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7418535986059067392.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/text_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/user_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_ai_ppt.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_bocha_search.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chat_ppt.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chestnut_sign.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_constellation.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_gaode_map.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_image_compression.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_authentication_authorization.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_base.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_calendar.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_docx.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_message.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_sheet.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_task.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_wiki.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_library_search.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_liepin.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_maker_smart_design.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sky_eye_check.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sohu_hot_news.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_wolfram_alpha.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_worth_buying.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/schema.sql +836 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/sql_init.sql +666 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/rocketmq/broker.conf +28 -0
- iamt/composes/5558AIWORKFLOW/dify/.env +1090 -0
- iamt/composes/5558AIWORKFLOW/dify/.rdm.md +11 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/README.md +76 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/docker-entrypoint.sh +30 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/update-cert.template.txt +19 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/Dockerfile +4 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/init-cbserver.sh +44 -0
- iamt/composes/5558AIWORKFLOW/dify/docker-compose.yml +1174 -0
- iamt/composes/5558AIWORKFLOW/dify/elasticsearch/docker-entrypoint.sh +25 -0
- iamt/composes/5558AIWORKFLOW/dify/image.png +0 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/conf.d/default.conf.template +48 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/https.conf.template +9 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/nginx.conf.template +34 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/proxy.conf.template +11 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/ssl/.gitkeep +0 -0
- iamt/composes/5558AIWORKFLOW/dify/pgvector/docker-entrypoint.sh +24 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/squid.conf.template +56 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init.sh +13 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init_user.script +10 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/pd.toml +4 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash-learner.toml +13 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash.toml +19 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/docker-compose.yaml +62 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/myscale/config/users.d/custom_users_config.xml +17 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/oceanbase/init.d/vec_memory.sql +1 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/opensearch/opensearch_dashboards.yml +222 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml +14 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml.example +35 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/dependencies/python-requirements.txt +0 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/.rdm.md +14 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/docker-compose-pgvector.yml +177 -0
- iamt/composes/5558AIWORKFLOW/langflow/.rdm.md +9 -0
- iamt/composes/5558AIWORKFLOW/langflow/docker-compose.yml +30 -0
- iamt/composes/5558AIWORKFLOW/n8n/.env +6 -0
- iamt/composes/5558AIWORKFLOW/n8n/.rdm.md +24 -0
- iamt/composes/5558AIWORKFLOW/n8n/docker-compose.yml +52 -0
- iamt/composes/5558AIWORKFLOW/n8n/init-data.sh +13 -0
- iamt/composes/5558AIWORKFLOW/n8n/n8n_storage/.gitkeep +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy/.rdm.md +10 -0
- iamt/composes/5559MJAPI/midjourney-proxy/docker-compose.yml +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/.rdm.md +5 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/3xui/.rdm.md +12 -0
- iamt/composes/5655PROXY/3xui/docker-compose.yml +15 -0
- iamt/composes/5655PROXY/hui/.rdm.md +6 -0
- iamt/composes/5655PROXY/hui/docker-compose.yml +18 -0
- iamt/composes/5655PROXY/mihomo/.rdm.config.md +17 -0
- iamt/composes/5655PROXY/mihomo/.rdm.md +40 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/config.yaml +584 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/geoip.metadb +0 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub1.yaml +7 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub2.yaml +56 -0
- iamt/composes/5655PROXY/mihomo/docker-compose.yml +33 -0
- iamt/composes/5655PROXY/nginx/.rdm +2 -0
- iamt/composes/5655PROXY/nginx/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/sub-web/.rdm.md +9 -0
- iamt/composes/5655PROXY/sub2clash/.rdm.md +3 -0
- iamt/composes/5655PROXY/sub2clash/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/subconverter/.rdm.md +4 -0
- iamt/composes/5655PROXY/v2ray/.rdm.md +3 -0
- iamt/composes/5655PROXY/v2raya/.rdm.md +33 -0
- iamt/composes/5655PROXY/v2raya/docker-compose.yml +19 -0
- iamt/composes/5655PROXY/xui/.rdm.md +3 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/.rdm.md +18 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/Dockerfile-for-Mainland-China +42 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/docker-compose.yml +39 -0
- iamt/composes/5755COMFYUI/comfyui_boot/.rdm.md +29 -0
- iamt/composes/5755COMFYUI/comfyui_boot/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.env +1 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.rdm.md +20 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/docker-compose.yml +45 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/storage/.gitkeep +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/.rdm.md +22 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/docker-compose.yml +31 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/.rdm.md +26 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.env +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.rdm.md +23 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/docker-compose.yml +24 -0
- iamt/composes/5755COMFYUI/swarmui/.rdm.md +5 -0
- iamt/composes/5755COMFYUI/swarmui/docker-compose.yml +38 -0
- iamt/composes/5855MEDIA/any-listen/.rdm.md +7 -0
- iamt/composes/5855MEDIA/any-listen/data/config.cjs +20 -0
- iamt/composes/5855MEDIA/any-listen/docker-compose.yml +10 -0
- iamt/composes/5855MEDIA/blackcandy/.rdm.md +1 -0
- iamt/composes/5855MEDIA/koel/.rdm.md +17 -0
- iamt/composes/5855MEDIA/koel/docker-compose.yml +41 -0
- iamt/composes/5855MEDIA/navidrome/.rdm.md +15 -0
- iamt/composes/5855MEDIA/navidrome/docker-compose.yml +15 -0
- iamt/composes/5955BACKUP/gobackup/.rdm.md +9 -0
- iamt/composes/5955BACKUP/gobackup/docker-compose.yml +19 -0
- iamt/composes/5955BACKUP/gobackup/gobackup/gobackup.yml +5 -0
- iamt/composes/5955BACKUP/rclone/.rdm.md +6 -0
- iamt/composes/5955BACKUP/rclone/docker-compose.yml +0 -0
- iamt/composes/5965SYNC/verysync/.rdm.md +16 -0
- iamt/composes/5965SYNC/verysync/docker-compose.yml +22 -0
- iamt/composes/6055DATABASE/adminer/.rdm.md +13 -0
- iamt/composes/6055DATABASE/cloudbeaver/.rdm.md +10 -0
- iamt/composes/6055DATABASE/mongodb/.env +7 -0
- iamt/composes/6055DATABASE/mongodb/.rdm.md +8 -0
- iamt/composes/6055DATABASE/mongodb/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mongodbExpress/.env +10 -0
- iamt/composes/6055DATABASE/mongodbExpress/.rdm.md +14 -0
- iamt/composes/6055DATABASE/mongodbExpress/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mysql/.env +0 -0
- iamt/composes/6055DATABASE/mysql/.rdm.md +0 -0
- iamt/composes/6055DATABASE/mysql/docker-compose.yml +26 -0
- iamt/composes/6055DATABASE/mysql/my.cnf +107 -0
- iamt/composes/6155AUTH/authentik/.env +10 -0
- iamt/composes/6155AUTH/authentik/.rdm.md +7 -0
- iamt/composes/6155AUTH/authentik/docker-compose.yml +90 -0
- iamt/composes/6155AUTH/casdoor/conf/app.conf +30 -0
- iamt/composes/6155AUTH/casdoor/docker-compose.yml +20 -0
- iamt/composes/6255Monitor/dcgm_exporter/.rdm.md +5 -0
- iamt/composes/6255Monitor/dcgm_exporter/docker-compose.yml +34 -0
- iamt/composes/6255Monitor/grafana/.env +5 -0
- iamt/composes/6255Monitor/grafana/.rdm.md +0 -0
- iamt/composes/6255Monitor/grafana/docker-compose.yml +22 -0
- iamt/composes/6255Monitor/node_exporter/.env +1 -0
- iamt/composes/6255Monitor/node_exporter/docker-compose.yml +19 -0
- iamt/composes/6255Monitor/prometheus/.env +6 -0
- iamt/composes/6255Monitor/prometheus/.rdm.md +8 -0
- iamt/composes/6255Monitor/prometheus/conf/prometheus.yml +39 -0
- iamt/composes/6255Monitor/prometheus/docker-compose.yml +28 -0
- iamt/composes/6255Monitor/prometheus/prometheus/.gitkeep +0 -0
- iamt/composes/6355SSL/certbot/.rdm.md +4 -0
- iamt/composes/6355SSL/certd/.rdm.md +4 -0
- iamt/composes/6355SSL/certimate/.rdm.md +23 -0
- iamt/composes/6355SSL/certimate/docker-compose.yml +17 -0
- iamt/composes/6455Storage/fileBrowser/.env +5 -0
- iamt/composes/6455Storage/fileBrowser/.rdm.md +17 -0
- iamt/composes/6455Storage/fileBrowser/docker-compose.yml +14 -0
- iamt/composes/6455Storage/fileBrowser/filebrowser.db +0 -0
- iamt/composes/6455Storage/fileBrowser/settings.json +8 -0
- iamt/composes/6455Storage/kskypro/.env +3 -0
- iamt/composes/6455Storage/kskypro/.rdm.md +30 -0
- iamt/composes/6455Storage/kskypro/buildimg/000-default.conf.template +45 -0
- iamt/composes/6455Storage/kskypro/buildimg/Dockerfile +97 -0
- iamt/composes/6455Storage/kskypro/buildimg/LICENSE +661 -0
- iamt/composes/6455Storage/kskypro/buildimg/entrypoint.sh +29 -0
- iamt/composes/6455Storage/kskypro/buildimg/ports.conf.template +2 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/certs/ssl-cert-snakeoil.pem +21 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/private/ssl-cert-snakeoil.key +28 -0
- iamt/composes/6455Storage/kskypro/docker-compose.yml +43 -0
- iamt/composes/6455Storage/kskypro/env.conf +43 -0
- iamt/composes/6455Storage/kskypro/mysql/conf/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/data/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/log/.gitkeep +0 -0
- iamt/composes/6455Storage/lskypro/.rdm.md +15 -0
- iamt/composes/6455Storage/lskypro/Dockerfile +12 -0
- iamt/composes/6455Storage/lskypro/docker-compose.yml +51 -0
- iamt/composes/6455Storage/minio/.rdm.md +1 -0
- iamt/composes/6455Storage/minio/docker-compose.yml +31 -0
- iamt/composes/6455Storage/nextcloud/.rdm.md +0 -0
- iamt/composes/6455Storage/nextcloud/docker-compose.yml +25 -0
- iamt/composes/6455Storage/seafile/.env +46 -0
- iamt/composes/6455Storage/seafile/.rdm.md +31 -0
- iamt/composes/6455Storage/seafile/caddy.yml +26 -0
- iamt/composes/6455Storage/seafile/seadoc.yml +39 -0
- iamt/composes/6455Storage/seafile/seafile-server.yml +79 -0
- iamt/composes/6555DNS/ddnsgo/.env +8 -0
- iamt/composes/6555DNS/ddnsgo/.rdm.md +7 -0
- iamt/composes/6555DNS/ddnsgo/docker-compose.yml +17 -0
- iamt/composes/6555DNS/lucky/.rdm.md +4 -0
- iamt/composes/6555DNS/lucky/docker-compose.yml +14 -0
- iamt/composes/6655CONTAINER/harbor/.rdm.md +1 -0
- iamt/composes/6755SHOP/dujiaoka/.rdm.md +10 -0
- iamt/composes/6755SHOP/dujiaoka/docker-compose.yml +37 -0
- iamt/composes/6755SHOP/dujiaoka/env.conf +46 -0
- iamt/composes/6755SHOP/dujiaoka/storage/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka/uploads/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka2/.rdm.md +3 -0
- iamt/composes/8888Others/apitable/docker-compose.yml +233 -0
- iamt/composes/8888Others/changeDetect/README +18 -0
- iamt/composes/8888Others/changeDetect/docker-compose.yml +44 -0
- iamt/composes/8888Others/codeServer/.rdm.md +7 -0
- iamt/composes/8888Others/codeServer/docker-compose.yml +39 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/.rdm.md +19 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/config.yaml +32 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/docker-compose.yml +17 -0
- iamt/composes/8888Others/kasmweb_chrome/.rdm.md +19 -0
- iamt/composes/8888Others/kasmweb_chrome/docker-compose.yml +17 -0
- iamt/composes/8888Others/meilisearch/.env +10 -0
- iamt/composes/8888Others/meilisearch/config/config.toml +132 -0
- iamt/composes/8888Others/meilisearch/docker-compose.yml +34 -0
- iamt/composes/8888Others/memcached/.env +8 -0
- iamt/composes/8888Others/memcached/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/minio +9 -0
- iamt/composes/8888Others/neko/README.md +11 -0
- iamt/composes/8888Others/neko/docker-compose.yml +16 -0
- iamt/composes/8888Others/ocrmypdf/README.md +14 -0
- iamt/composes/8888Others/outline/docker-compose.yml +76 -0
- iamt/composes/8888Others/outline/docker.env +164 -0
- iamt/composes/8888Others/outline/redis.conf +0 -0
- iamt/composes/8888Others/pandas_ai/.rdm.md +5 -0
- iamt/composes/8888Others/pandas_ai/docker-compose.yml +49 -0
- iamt/composes/8888Others/rancher/.rdm.md +4 -0
- iamt/composes/8888Others/rustdesk/.env +10 -0
- iamt/composes/8888Others/rustdesk/docker-compose.yml +29 -0
- iamt/composes/8888Others/ttrss/docker-compose.yml +74 -0
- iamt/composes/8888Others/vultrCLI/.rdm.md +9 -0
- iamt/composes/8888Others/wewerss/docker-compose.yml +44 -0
- iamt/dcd/dcd.py +337 -0
- iamt/decorators/singleton.py +224 -0
- iamt/modules/_utils/_utils.py +1 -0
- iamt/modules/_utils/arch.py +22 -0
- iamt/modules/_utils/cleanup_network_config.py +68 -0
- iamt/modules/_utils/github.py +123 -0
- iamt/modules/_utils/setup_apt_sources.py +94 -0
- iamt/modules/_utils/steps.py +26 -0
- iamt/modules/claudecode/claudecode.py +0 -0
- iamt/modules/dcdtask/dcdtask.py +164 -0
- iamt/modules/docker/docker.py +370 -0
- iamt/modules/docker/roles/role.py +54 -0
- iamt/modules/docker/templates/daemon/daemon_multi_mirrors.json +21 -0
- iamt/modules/docker/templates/gpgkey/debian_gpgkey +62 -0
- iamt/modules/docker/templates/gpgkey/ubuntu_gpgkey +62 -0
- iamt/modules/github/ghcli.py +197 -0
- iamt/modules/nvm/nvm.py +183 -0
- iamt/modules/nvm/roles/role.py +24 -0
- iamt/modules/runlinetask/runlinetask.py +22 -0
- iamt/modules/ubuntud/antigravity.py +191 -0
- iamt/modules/ubuntud/chrome.py +111 -0
- iamt/modules/ubuntud/fcitx5.py +0 -0
- iamt/modules/ubuntud/ibus.py +53 -0
- iamt/modules/ubuntud/kiro.py +41 -0
- iamt/modules/ubuntud/rime_ice.py +173 -0
- iamt/modules/ubuntud/roles/role.py +28 -0
- iamt/modules/ubuntud/templates/ibus/ibus_rime.custom.yaml +3 -0
- iamt/modules/ubuntud/v2ray-core.py +238 -0
- iamt/modules/ubuntud/v2rayN.py +127 -0
- iamt/modules/ubuntud/vscode.py +162 -0
- iamt/modules/uv/roles/role.py +56 -0
- iamt/modules/uv/templates/uv.toml +5 -0
- iamt/modules/uv/uv.py +315 -0
- iamt/modules/vagrant/templates/Vagrantfile +25 -0
- iamt/modules/vagrant/vagrant.py +91 -0
- iamt/modules/vboxinit/base_box_init.py +142 -0
- iamt/modules/vboxinit/roles/role.py +15 -0
- iamt/role/role.py +134 -0
- iamt/run_file/run_file.py +121 -0
- iamt/run_line/commands.py +70 -0
- iamt/run_line/run_line.py +78 -0
- iamt/task/task.py +108 -0
- iamt/utils/__init__.py +6 -0
- iamt/utils/config_saver.py +90 -0
- iamt/utils/task_tracker.py +136 -0
- iamt-1.1.27.dist-info/METADATA +19 -0
- iamt-1.1.27.dist-info/RECORD +482 -0
- iamt-1.1.27.dist-info/WHEEL +4 -0
- iamt-1.1.27.dist-info/entry_points.txt +5 -0
iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
id: 2004
|
|
2
|
+
name: DeepSeek-V3
|
|
3
|
+
icon_uri: default_icon/deepseek_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: deepseek 模型简介
|
|
7
|
+
en: deepseek model description
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成随机性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: response_format
|
|
50
|
+
label:
|
|
51
|
+
zh: 输出格式
|
|
52
|
+
en: Response format
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **文本**: 使用普通文本格式回复\n- **JSON**: 将引导模型使用JSON格式输出'
|
|
55
|
+
en: '**Response Format**:\n\n- **Text**: Replies in plain text format\n- **Markdown**: Uses Markdown format for replies\n- **JSON**: Uses JSON format for replies'
|
|
56
|
+
type: int
|
|
57
|
+
min: ""
|
|
58
|
+
max: ""
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0"
|
|
61
|
+
options:
|
|
62
|
+
- label: Text
|
|
63
|
+
value: "0"
|
|
64
|
+
- label: JSON Object
|
|
65
|
+
value: "1"
|
|
66
|
+
style:
|
|
67
|
+
widget: radio_buttons
|
|
68
|
+
label:
|
|
69
|
+
zh: 输入及输出设置
|
|
70
|
+
en: Input and output settings
|
|
71
|
+
meta:
|
|
72
|
+
name: DeepSeek-V3
|
|
73
|
+
protocol: deepseek
|
|
74
|
+
capability:
|
|
75
|
+
function_call: false
|
|
76
|
+
input_modal:
|
|
77
|
+
- text
|
|
78
|
+
input_tokens: 128000
|
|
79
|
+
json_mode: false
|
|
80
|
+
max_tokens: 128000
|
|
81
|
+
output_modal:
|
|
82
|
+
- text
|
|
83
|
+
output_tokens: 16384
|
|
84
|
+
prefix_caching: false
|
|
85
|
+
reasoning: false
|
|
86
|
+
prefill_response: false
|
|
87
|
+
conn_config:
|
|
88
|
+
base_url: ""
|
|
89
|
+
api_key: ""
|
|
90
|
+
timeout: 0s
|
|
91
|
+
model: ""
|
|
92
|
+
temperature: 0.7
|
|
93
|
+
frequency_penalty: 0
|
|
94
|
+
presence_penalty: 0
|
|
95
|
+
max_tokens: 4096
|
|
96
|
+
top_p: 1
|
|
97
|
+
top_k: 0
|
|
98
|
+
stop: []
|
|
99
|
+
openai: null
|
|
100
|
+
claude: null
|
|
101
|
+
ark: null
|
|
102
|
+
deepseek:
|
|
103
|
+
response_format_type: text
|
|
104
|
+
qwen: null
|
|
105
|
+
gemini: null
|
|
106
|
+
custom: {}
|
|
107
|
+
status: 0
|
iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
id: 2007
|
|
2
|
+
name: Gemini-2.5-Flash
|
|
3
|
+
icon_uri: default_icon/gemini_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: gemini 模型简介
|
|
7
|
+
en: gemini model description
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **文本**: 使用普通文本格式回复\n- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "2"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: Gemini-2.5-Flash
|
|
92
|
+
protocol: gemini
|
|
93
|
+
capability:
|
|
94
|
+
function_call: true
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
- audio
|
|
99
|
+
- video
|
|
100
|
+
input_tokens: 1048576
|
|
101
|
+
json_mode: true
|
|
102
|
+
max_tokens: 1114112
|
|
103
|
+
output_modal:
|
|
104
|
+
- text
|
|
105
|
+
output_tokens: 65536
|
|
106
|
+
prefix_caching: true
|
|
107
|
+
reasoning: true
|
|
108
|
+
prefill_response: true
|
|
109
|
+
conn_config:
|
|
110
|
+
base_url: ""
|
|
111
|
+
api_key: ""
|
|
112
|
+
timeout: 0s
|
|
113
|
+
model: gemini-2.5-flash
|
|
114
|
+
temperature: 0.7
|
|
115
|
+
frequency_penalty: 0
|
|
116
|
+
presence_penalty: 0
|
|
117
|
+
max_tokens: 4096
|
|
118
|
+
top_p: 1
|
|
119
|
+
top_k: 0
|
|
120
|
+
stop: []
|
|
121
|
+
openai: null
|
|
122
|
+
claude: null
|
|
123
|
+
ark: null
|
|
124
|
+
deepseek: null
|
|
125
|
+
qwen: null
|
|
126
|
+
gemini:
|
|
127
|
+
backend: 0
|
|
128
|
+
project: ""
|
|
129
|
+
location: ""
|
|
130
|
+
api_version: ""
|
|
131
|
+
headers:
|
|
132
|
+
key_1:
|
|
133
|
+
- val_1
|
|
134
|
+
- val_2
|
|
135
|
+
timeout_ms: 0
|
|
136
|
+
include_thoughts: true
|
|
137
|
+
thinking_budget: null
|
|
138
|
+
custom: {}
|
|
139
|
+
status: 0
|
iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
id: 2003
|
|
2
|
+
name: Gemma-3
|
|
3
|
+
icon_uri: default_icon/ollama.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: ollama 模型简介
|
|
7
|
+
en: ollama model description
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
meta:
|
|
50
|
+
name: Gemma-3
|
|
51
|
+
protocol: ollama
|
|
52
|
+
capability:
|
|
53
|
+
function_call: true
|
|
54
|
+
input_modal:
|
|
55
|
+
- text
|
|
56
|
+
input_tokens: 128000
|
|
57
|
+
json_mode: false
|
|
58
|
+
max_tokens: 128000
|
|
59
|
+
output_modal:
|
|
60
|
+
- text
|
|
61
|
+
output_tokens: 16384
|
|
62
|
+
prefix_caching: false
|
|
63
|
+
reasoning: false
|
|
64
|
+
prefill_response: false
|
|
65
|
+
conn_config:
|
|
66
|
+
base_url: ""
|
|
67
|
+
api_key: ""
|
|
68
|
+
timeout: 0s
|
|
69
|
+
model: ""
|
|
70
|
+
temperature: 0.6
|
|
71
|
+
frequency_penalty: 0
|
|
72
|
+
presence_penalty: 0
|
|
73
|
+
max_tokens: 4096
|
|
74
|
+
top_p: 0.95
|
|
75
|
+
top_k: 20
|
|
76
|
+
stop: []
|
|
77
|
+
openai: null
|
|
78
|
+
claude: null
|
|
79
|
+
ark: null
|
|
80
|
+
deepseek: null
|
|
81
|
+
qwen: null
|
|
82
|
+
gemini: null
|
|
83
|
+
custom: {}
|
|
84
|
+
status: 0
|
iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
id: 2001
|
|
2
|
+
name: GPT-4o
|
|
3
|
+
icon_uri: default_icon/openai_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: gpt 模型简介
|
|
7
|
+
en: Multi-modal, 320ms, 88.7% MMLU, excels in education, customer support, health, and entertainment.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: frequency_penalty
|
|
69
|
+
label:
|
|
70
|
+
zh: 重复语句惩罚
|
|
71
|
+
en: Frequency penalty
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **frequency penalty**: 当该值为正时,会阻止模型频繁使用相同的词汇和短语,从而增加输出内容的多样性。'
|
|
74
|
+
en: '**Frequency Penalty**: When positive, it discourages the model from repeating the same words and phrases, thereby increasing the diversity of the output.'
|
|
75
|
+
type: float
|
|
76
|
+
min: "-2"
|
|
77
|
+
max: "2"
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
precision: 2
|
|
81
|
+
options: []
|
|
82
|
+
style:
|
|
83
|
+
widget: slider
|
|
84
|
+
label:
|
|
85
|
+
zh: 生成多样性
|
|
86
|
+
en: Generation diversity
|
|
87
|
+
- name: presence_penalty
|
|
88
|
+
label:
|
|
89
|
+
zh: 重复主题惩罚
|
|
90
|
+
en: Presence penalty
|
|
91
|
+
desc:
|
|
92
|
+
zh: '- **presence penalty**: 当该值为正时,会阻止模型频繁讨论相同的主题,从而增加输出内容的多样性'
|
|
93
|
+
en: '**Presence Penalty**: When positive, it prevents the model from discussing the same topics repeatedly, thereby increasing the diversity of the output.'
|
|
94
|
+
type: float
|
|
95
|
+
min: "-2"
|
|
96
|
+
max: "2"
|
|
97
|
+
default_val:
|
|
98
|
+
default_val: "0"
|
|
99
|
+
precision: 2
|
|
100
|
+
options: []
|
|
101
|
+
style:
|
|
102
|
+
widget: slider
|
|
103
|
+
label:
|
|
104
|
+
zh: 生成多样性
|
|
105
|
+
en: Generation diversity
|
|
106
|
+
- name: response_format
|
|
107
|
+
label:
|
|
108
|
+
zh: 输出格式
|
|
109
|
+
en: Response format
|
|
110
|
+
desc:
|
|
111
|
+
zh: '- **文本**: 使用普通文本格式回复\n- **Markdown**: 将引导模型使用Markdown格式输出回复\n- **JSON**: 将引导模型使用JSON格式输出'
|
|
112
|
+
en: '**Response Format**:\n\n- **Text**: Replies in plain text format\n- **Markdown**: Uses Markdown format for replies\n- **JSON**: Uses JSON format for replies'
|
|
113
|
+
type: int
|
|
114
|
+
min: ""
|
|
115
|
+
max: ""
|
|
116
|
+
default_val:
|
|
117
|
+
default_val: "0"
|
|
118
|
+
options:
|
|
119
|
+
- label: Text
|
|
120
|
+
value: "0"
|
|
121
|
+
- label: Markdown
|
|
122
|
+
value: "1"
|
|
123
|
+
- label: JSON
|
|
124
|
+
value: "2"
|
|
125
|
+
style:
|
|
126
|
+
widget: radio_buttons
|
|
127
|
+
label:
|
|
128
|
+
zh: 输入及输出设置
|
|
129
|
+
en: Input and output settings
|
|
130
|
+
meta:
|
|
131
|
+
name: GPT-4o
|
|
132
|
+
protocol: openai
|
|
133
|
+
capability:
|
|
134
|
+
function_call: true
|
|
135
|
+
input_modal:
|
|
136
|
+
- text
|
|
137
|
+
- image
|
|
138
|
+
input_tokens: 128000
|
|
139
|
+
json_mode: false
|
|
140
|
+
max_tokens: 128000
|
|
141
|
+
output_modal:
|
|
142
|
+
- text
|
|
143
|
+
output_tokens: 16384
|
|
144
|
+
prefix_caching: false
|
|
145
|
+
reasoning: false
|
|
146
|
+
prefill_response: false
|
|
147
|
+
conn_config:
|
|
148
|
+
base_url: ""
|
|
149
|
+
api_key: ""
|
|
150
|
+
timeout: 0s
|
|
151
|
+
model: ""
|
|
152
|
+
temperature: 0.7
|
|
153
|
+
frequency_penalty: 0
|
|
154
|
+
presence_penalty: 0
|
|
155
|
+
max_tokens: 4096
|
|
156
|
+
top_p: 1
|
|
157
|
+
top_k: 0
|
|
158
|
+
stop: []
|
|
159
|
+
openai:
|
|
160
|
+
by_azure: true
|
|
161
|
+
api_version: ""
|
|
162
|
+
response_format:
|
|
163
|
+
type: text
|
|
164
|
+
jsonschema: null
|
|
165
|
+
claude: null
|
|
166
|
+
ark: null
|
|
167
|
+
deepseek: null
|
|
168
|
+
qwen: null
|
|
169
|
+
gemini: null
|
|
170
|
+
custom: {}
|
|
171
|
+
status: 0
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
id: 2005
|
|
2
|
+
name: Qwen3-32B
|
|
3
|
+
icon_uri: default_icon/qwen_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: 通义千问模型
|
|
7
|
+
en: qwen model description
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.95"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
meta:
|
|
69
|
+
name: Qwen3-32B
|
|
70
|
+
protocol: qwen
|
|
71
|
+
capability:
|
|
72
|
+
function_call: true
|
|
73
|
+
input_modal:
|
|
74
|
+
- text
|
|
75
|
+
input_tokens: 128000
|
|
76
|
+
json_mode: false
|
|
77
|
+
max_tokens: 128000
|
|
78
|
+
output_modal:
|
|
79
|
+
- text
|
|
80
|
+
output_tokens: 16384
|
|
81
|
+
prefix_caching: false
|
|
82
|
+
reasoning: false
|
|
83
|
+
prefill_response: false
|
|
84
|
+
conn_config:
|
|
85
|
+
base_url: ""
|
|
86
|
+
api_key: ""
|
|
87
|
+
timeout: 0s
|
|
88
|
+
model: ""
|
|
89
|
+
temperature: 0.7
|
|
90
|
+
frequency_penalty: 0
|
|
91
|
+
presence_penalty: 0
|
|
92
|
+
max_tokens: 4096
|
|
93
|
+
top_p: 1
|
|
94
|
+
top_k: 0
|
|
95
|
+
stop: []
|
|
96
|
+
openai: null
|
|
97
|
+
claude: null
|
|
98
|
+
ark: null
|
|
99
|
+
deepseek: null
|
|
100
|
+
qwen:
|
|
101
|
+
response_format:
|
|
102
|
+
type: text
|
|
103
|
+
jsonschema: null
|
|
104
|
+
gemini: null
|
|
105
|
+
custom: {}
|
|
106
|
+
status: 0
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"key": "Authorization Code",
|
|
4
|
+
"value": 4,
|
|
5
|
+
"label": "Authorization Code",
|
|
6
|
+
"items": [
|
|
7
|
+
{
|
|
8
|
+
"key": "client_id",
|
|
9
|
+
"type": "text",
|
|
10
|
+
"max_len": 100,
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"key": "client_secret",
|
|
15
|
+
"type": "text",
|
|
16
|
+
"max_len": 100,
|
|
17
|
+
"required": true
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"key": "client_url",
|
|
21
|
+
"type": "url",
|
|
22
|
+
"required": true
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"key": "scope",
|
|
26
|
+
"type": "text",
|
|
27
|
+
"max_len": 500
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"key": "authorization_url",
|
|
31
|
+
"type": "url",
|
|
32
|
+
"required": true
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"key": "authorization_content_type",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"default": "application/json",
|
|
38
|
+
"required": true
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
]
|