Skip to content

Conversation

@doeunkwon
Copy link

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.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request tests Improvements or additions to test labels Mar 3, 2025
@codebeaver-ai
Copy link
Contributor

codebeaver-ai bot commented Mar 3, 2025

I opened a Pull Request with the following:

🔄 2 test files added.
🐛 No bugs detected in your changes
🛠️ 0/1 tests passed

🔄 Test Updates

I've added 2 tests. They all pass ☑️
New Tests:

  • tests/graphs/abstract_graph_test.py
  • tests/test_models_tokens.py

No existing tests required updates.

🐛 Bug Detection

No bugs detected in your changes. Good job!

🛠️ Test Results

0/1 tests passed ⚠️

tests/graphs/scrape_graph_test.py

View error
ImportError 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)

tests/graphs/scrape_graph_test.py

☂️ Coverage Improvements

Coverage improvements by file:

  • tests/graphs/abstract_graph_test.py

    New coverage: 72.66%
    Improvement: +3.91%

  • tests/test_models_tokens.py

    New coverage: 100.00%
    Improvement: +100.00%

🎨 Final Touches

  • I ran the hooks included in the pre-commit config.

Settings | Logs | CodeBeaver

@VinciGit00
Copy link
Collaborator

Hi @doeunkwon could you please add me a screenshot of the result?

@doeunkwon
Copy link
Author

Hi @VinciGit00 , here is a screenshot of the codebeaver result.
Screenshot 2025-03-05 at 3 01 37 PM

@VinciGit00
Copy link
Collaborator

I was saying about clod

@doeunkwon
Copy link
Author

@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 pytest tests/graphs/smart_scraper_clod_test.py

Screenshot 2025-03-07 at 9 55 02 AM Screenshot 2025-03-07 at 9 55 44 AM

@VinciGit00
Copy link
Collaborator

can I see the results of the terminal?

@doeunkwon
Copy link
Author

@VinciGit00 I've added two images above:

  1. Results on the terminal.
  2. The test code.

Is this what you mean?
Screenshot 2025-03-07 at 9 55 02 AM

@VinciGit00
Copy link
Collaborator

Ok thx

@VinciGit00 VinciGit00 merged commit 35e2b2a into ScrapeGraphAI:pre/beta Mar 7, 2025
2 checks passed
@github-actions
Copy link

github-actions bot commented Mar 7, 2025

🎉 This PR is included in version 1.41.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Mar 9, 2025

🎉 This PR is included in version 1.41.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released on @dev released on @stable size:L This PR changes 100-499 lines, ignoring generated files. tests Improvements or additions to test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants