mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Replace deepseek.Client with openai.OpenAI(base_url="https://api.deepseek.com/v1") in DeepSeekProvider._init_client(); the deepseek PyPI package has no Client class - Add self.base_url = "https://api.deepseek.com/v1" to DeepSeekProvider.__init__() (missing from original PR; caused AttributeError on every instantiation) - Fix verbose_mode NameError in BaseProvider.generate_typed() instructor path - Update pyproject.toml: llm-deepseek extra now declares openai>=1.0.0 - Update _init_client warning message to reference openai library - Add 19 tests in tests/semantic_extract/test_pr482_deepseek_openai.py - Update CHANGELOG.md Co-authored-by: liling <liling@users.noreply.github.com> Co-authored-by: KaifAhmad1 <mohammadk78600@gmail.com>