-
Notifications
You must be signed in to change notification settings - Fork 372
Fixed documentation, testcases, new provider for LLM Chat #1350
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
Merged
Conversation
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
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
Signed-off-by: Keval Mahajan <[email protected]>
- Fix typo: "tempurature" → "temperature" in README - Fix wrong default model: "granite3b" → "ibm/granite-13b-chat-v2" - Fix model_id type: int → string - Fix duplicate in variable name: LLMCHAT_SESSION_SESSION_TTL → LLMCHAT_SESSION_TTL - Fix incorrect defaults for Redis settings (CHAT_HISTORY_TTL: 0.2 → 3600, CHAT_HISTORY_MAX_MESSAGES: 0.2 → 50) - Add missing LLMCHAT_ prefix to env vars in llm-chat.md to match config.py - Improve table formatting for consistency Signed-off-by: Mihai Criveti <[email protected]>
0d9c484 to
974e161
Compare
Rename documentation images from generic "Untitled diagram-*" to descriptive names without spaces: - Untitled diagram-2025-10-27-134134.png → llm-chat-workflow-architecture.png - Untitled diagram-2025-10-27-134308.png → llm-chat-session-management.png Update image references in llm-chat.md with proper alt text. Signed-off-by: Mihai Criveti <[email protected]>
crivetimihai
approved these changes
Oct 28, 2025
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.
🐛 Bug-fix PR
📌 Summary
Closes #1239 and #1348
🧪 Verification
make lintmake testmake coverage📐 MCP Compliance (if relevant)
✅ Checklist
make black isort pre-commit)