Add support for OpenAI-compatible API endpoints#60
Merged
DiogoRDuarte merged 14 commits intoSep 8, 2025
Merged
Conversation
DiogoRDuarte
reviewed
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #57
Test plan
Install Ollama (if necessary).
Start Ollama:
Download an LLM (Gemma 3 270M or another):
Install the documentation dependencies:
Launch the documentation:
Select Option A (Automatic Descriptions) and fill out the form with the following values:
ollamagemma3:270mhttp://localhost:11434/v1/orhttp://localhost:11434/v1Since the page contains 8 charts, it will take a bit to get all the descriptions. Monitor them from the Ollama logs. Additionally, since models like Gemma 3 270M are small models (sometimes designed for later fine-tuning), expect some "bad descriptions."
Examples
Ollama logs
gemma3:270m
qwen2.5:0.5b
Considerations
<think>tags, as in Qwen 3, for example), the entire output is added to the chart description. Future work is needed to properly accommodate this type of models.References
TODO