Skip to content

Conversation

@BoldChampion
Copy link

@BoldChampion BoldChampion commented Mar 17, 2025

1、添加硅基流动的调用脚本到example目录下,名叫:run_SiliconFlow.py,拓展OWL的使用;
2、添加硅基流动的相关配置项到owl目录下的.env_template文件中;
3、为几乎所有的examples目录下的脚本添加脚本传参功能,让原有的代码可以通过例如如下的执行方式来调用OWL来进行工作:python run_qwen_zh.py 'your questions.'
4、根路径下添加了一个测试OWL对Excel的识别及处理能力的简单UseCase视频,测试了下OWL对Excel的处理能力。
README.md和README_zh.md下也添加了相应的UseCase视频链接。

),
"web": ModelFactory.create(
model_platform=ModelPlatformType.SILICONFLOW,
model_type="Qwen/Qwen2-VL-72B-Instruct",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about Qwen2.5-VL-72-Instruct, the price is the same.

@@ -0,0 +1,159 @@
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file name should in lowercase.

@Wendong-Fan
Copy link
Member

thanks @hobbytp's review!

Copy link
Member

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @ BoldChampion for the contribution! Left some comments below

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we add some english description with chinese together? Since we also have many community member can't read chinese


https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4

https://github.com/camel-ai/owl/blob/43984bfc968d62e7174b0c1e6283fefe08c44b45/OWL之Excel文件处理.mp4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename the file with english


https://private-user-images.githubusercontent.com/55657767/420212194-e813fc05-136a-485f-8df3-f10d9b4e63ec.mp4

https://github.com/camel-ai/owl/blob/43984bfc968d62e7174b0c1e6283fefe08c44b45/OWL之Excel文件处理.mp4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename the file with english

),
"assistant": ModelFactory.create(
model_platform=ModelPlatformType.SILICONFLOW,
model_type="Qwen/QwQ-32B",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the assistant it's better not using qwq since it's reasoning model, may not suitable for our case, same for the user agent, some other models have great tool calling capability would be suggested

LJPearson176 pushed a commit to LJPearson176/hyperion that referenced this pull request Aug 7, 2025
* Bump version from 0.9.0 to 0.9.1 in pyproject.toml and update google-genai dependency to >=0.1.0

* Bump version from 0.9.1 to 0.9.2 in pyproject.toml

* Update google-genai dependency version to >=0.8.0 in pyproject.toml

* loc file

* Update pyproject.toml to version 0.9.3, restructure dependencies, and modify author format. Remove outdated Google API key note from README.md.

* upgrade poetry and ruff

* Update README.md to include installation instructions for Graphiti with Google Gemini support

* fix to deps since peotry doesn't fully implement PEP 735

* Refactor string formatting in various files to use single quotes for consistency and improve readability. This includes updates in agent.ipynb, quickstart.py, multiple prompt files, and ingest.py and retrieve.py modules.

* Remove optional dependencies from pyproject.toml to streamline project requirements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants