-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: add CLoD integration #940
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
Conversation
|
I opened a Pull Request with the following: 🔄 2 test files added. 🔄 Test UpdatesI've added 2 tests. They all pass ☑️
No existing tests required updates. 🐛 Bug DetectionNo bugs detected in your changes. Good job! 🛠️ Test Results0/1 tests passed tests/graphs/scrape_graph_test.py View errorImportError while importing test module '/app/temp_workspace/tests/graphs/scrape_graph_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/graphs/scrape_graph_test.py:10: in <module>
from scrapegraphai.graphs import ScrapeGraph
E ImportError: cannot import name 'ScrapeGraph' from 'scrapegraphai.graphs' (/app/temp_workspace/scrapegraphai/graphs/__init__.py)
☂️ Coverage ImprovementsCoverage improvements by file:
🎨 Final Touches
Settings | Logs | CodeBeaver |
|
Hi @doeunkwon could you please add me a screenshot of the result? |
|
Hi @VinciGit00 , here is a screenshot of the codebeaver result. |
|
I was saying about clod |
|
@VinciGit00 Sorry I'm not sure what you mean by the screenshot of CLōD results, but if you mean tests, here is the test code and the test results after I run
|
|
can I see the results of the terminal? |
|
@VinciGit00 I've added two images above:
|
|
Ok thx |
|
🎉 This PR is included in version 1.41.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.41.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |




CLoD is a unified LLM provider. It provides a single API endpoint to access many of the top open source and frontier models like Gemini, Claude, GPT, Grok, Llama, DeepSeek, Qwen, Mistral, etc.
It's like Fireworks/Together AI but provides access to closed source models as well, all under a single API key.