Skip to content

feat: Add support for OpenAI like LLM provider APIs #9

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

Closed
wants to merge 18 commits into from

Conversation

anastasds
Copy link
Contributor

@anastasds anastasds commented Mar 24, 2025

Closes #12

Note: updates the default options to locally hosted OpenAI-like API.

@anastasds anastasds changed the title Add support for OpenAI like LLM provider APIs feat: Add support for OpenAI like LLM provider APIs Mar 24, 2025
@anastasds anastasds mentioned this pull request Mar 24, 2025
Signed-off-by: Anastas Stoyanovsky <[email protected]>
Signed-off-by: Anastas Stoyanovsky <[email protected]>

# Conflicts:
#	docling_sdg/qa/critique.py
#	docling_sdg/qa/generate.py
Signed-off-by: Anastas Stoyanovsky <[email protected]>
Signed-off-by: Anastas Stoyanovsky <[email protected]>
Copy link

mergify bot commented Mar 26, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

ceberam and others added 11 commits March 26, 2025 11:25
Signed-off-by: Cesar Berrospi Ramis <[email protected]>
build: set up CI/CD (#10)

Signed-off-by: Cesar Berrospi Ramis <[email protected]>
build: fix pypi release config

Signed-off-by: Cesar Berrospi Ramis <[email protected]>
* build: remove pypi API token on publish step

Remove the pypi API token on the publish step of the CD workflow since
the project has been configured with Trusted Publishing

Signed-off-by: Cesar Berrospi Ramis <[email protected]>

* docs: update README file

Signed-off-by: Cesar Berrospi Ramis <[email protected]>

---------

Signed-off-by: Cesar Berrospi Ramis <[email protected]>
Signed-off-by: Anastas Stoyanovsky <[email protected]>
Signed-off-by: Anastas Stoyanovsky <[email protected]>
@ceberam ceberam added the enhancement New feature or request label Mar 26, 2025
@anastasds
Copy link
Contributor Author

Closed in favor of #25 due to changes in branch permissions (can no longer push to upstream, resubmitting from fork)

@ceberam ceberam closed this Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for other model providers
4 participants