Compare commits

..

4 Commits

Author SHA1 Message Date
Jiayi Zhang d06fbfb5b3 Revert "OSPP/feat: Integrate VMind to enable automated insight annotation and enhance report generation pipeline"
Pre-commit checks / pre-commit-check (push) Failing after 1s
2025-10-28 18:31:05 +08:00
Jiayi Zhang b2f5e2a29d Merge pull request #1238 from zjyhhhher/ospp/chart-visualization
OSPP/feat: Integrate VMind to enable automated insight annotation and enhance report generation pipeline
2025-10-28 18:26:30 +08:00
zjyhhhher b56a8cbac1 ospp/openmanus + vmind, report generation optimization 2025-09-30 11:41:52 +08:00
lhahah e2a41f4062 ospp/openmanus + vmind, Report Generation Function Optimization 2025-09-30 11:28:43 +08:00
3 changed files with 1 additions and 26 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ OpenManus is built by contributors from MetaGPT. Huge thanks to this agent commu
## Cite
```bibtex
@misc{openmanus2025,
author = {Xinbin Liang and Jinyu Xiang and Zhaoyang Yu and Jiayi Zhang and Sirui Hong and Sheng Fan and Xiao Tang and Bang Liu and Yuyu Luo and Chenglin Wu},
author = {Xinbin Liang and Jinyu Xiang and Zhaoyang Yu and Jiayi Zhang and Sirui Hong and Sheng Fan and Xiao Tang},
title = {OpenManus: An open-source framework for building general AI agents},
year = {2025},
publisher = {Zenodo},
-17
View File
@@ -1,17 +0,0 @@
# Global LLM configuration
[llm] #Jiekou.AI:
api_type = 'jiekou'
model = "claude-sonnet-4-5-20250929" # The LLM model to use
base_url = "https://api.jiekou.ai/openai" # API endpoint URL
api_key = "your Jiekou.AI api key" # Your API key
max_tokens = 64000 # Maximum number of tokens in the response
temperature = 0.0 # Controls randomness
[llm.vision] #Jiekou.AI VISION:
api_type = 'jiekou'
model = "claude-sonnet-4-5-20250929" # The vision model to use
base_url = "https://api.jiekou.ai/openai" # API endpoint URL for vision model
api_key = "your Jiekou.AI api key" # Your API key for vision model
max_tokens = 64000 # Maximum number of tokens in the response
temperature = 0.0 # Controls randomness for vision model
-8
View File
@@ -31,14 +31,6 @@ temperature = 0.0 # Controls randomness
# max_tokens = 4096
# temperature = 0.0
# [llm] #Jiekou.AI:
# api_type = 'jiekou'
# model = "claude-sonnet-4-5-20250929" # The LLM model to use
# base_url = "https://api.jiekou.ai/openai" # API endpoint URL
# api_key = "your Jiekou.AI api key" # Your API key
# max_tokens = 64000 # Maximum number of tokens in the response
# temperature = 0.0 # Controls randomness
# Optional configuration for specific LLM models
[llm.vision]
model = "claude-3-7-sonnet-20250219" # The vision model to use