Scrapegraph-ai
Scrapegraph-ai copied to clipboard
feat: add deepseek-chat
please add deepseek-chat from deepseek.com
expose openai_base_url should work.
model name: deepseek-chat
they provide 5M token for free. thanks.
I'm working on this with @VinciGit00 's supervision. We'll figure this out soon.
hi, it's in the pre/beta branch. install from there
:tada: This issue has been resolved in version 0.11.0-beta.3 :tada:
The release is available on:
-
v0.11.0-beta.3
- GitHub release
Your semantic-release bot :package::rocket:
check it out please https://github.com/VinciGit00/Scrapegraph-ai/blob/pre/beta/examples/deepseek/smart_scarper_deepseek.py
:tada: This issue has been resolved in version 0.11.0 :tada:
The release is available on:
-
v0.11.0
- GitHub release
Your semantic-release bot :package::rocket:
there are 2 issues here:
-
abstract_graph.py needs to import DeepSeek: from scrapegraphai.models.deepseek import DeepSeek
-
Deepseek no embedding provided, so examples needs local embedding instead.