-
Notifications
You must be signed in to change notification settings - Fork 2.1k
添加硅基流动配置及调用脚本,使OWL支持硅基流动接口调用。另外,修改example目录下的脚本执行方式为可传参动态提问。 #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…项到owl目录下的.env_template文件中;3、为几乎所有的examples目录下的脚本添加脚本传参功能,让原有的代码可以通过例如如下的执行方式来调用OWL来进行工作:python run_qwen_zh.py 'your questions.'
| ), | ||
| "web": ModelFactory.create( | ||
| model_platform=ModelPlatformType.SILICONFLOW, | ||
| model_type="Qwen/Qwen2-VL-72B-Instruct", |
There was a problem hiding this comment.
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. ========= | |||
There was a problem hiding this comment.
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.
|
thanks @hobbytp's review! |
Wendong-Fan
left a comment
There was a problem hiding this 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
OWL之Excel文件处理.mp4
Outdated
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
* 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.
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视频链接。