Update AI config and docs, move llm-gen script and prompt templates to ifowonao repo - #100
Conversation
WalkthroughThis pull request makes several documentation and configuration updates while removing multiple legacy script and template files. The configuration file now includes five new model entries along with a minor comment capitalization fix. Additionally, a new documentation section for "Roo Code" has been added and an existing entry in the learning resources was updated. A number of script files and associated templates used for language model text processing and generation have been deleted, effectively removing their related control flows. Changes
Possibly related PRs
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/ai/dev-tools.md (1)
39-46: New "Roo Code" Documentation Section Added
The addition of the "Roo Code" section clearly expands the documentation by introducing an AI-powered coding agent with links to its GitHub repository and VS Code extension. One minor suggestion: consider adjusting the bare URL on line 43 (https://github.com/RooVetGit/Roo-Code) to proper Markdown link syntax (or a reference-style link) to conform with markdownlint's MD034 rule.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
43-43: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (14)
docker/ai/litellm/config.yaml(2 hunks)docs/ai/dev-tools.md(1 hunks)docs/learning.md(1 hunks)scripts/llm-gen/create-python-script.sh(0 hunks)scripts/llm-gen/gen-streamlit.py(0 hunks)scripts/llm-gen/gen.py(0 hunks)scripts/llm-gen/mass-gen.py(0 hunks)scripts/llm-gen/templates/create-python-script.yaml(0 hunks)scripts/llm-gen/templates/create-unit-tests.yaml(0 hunks)scripts/llm-gen/templates/improve-markdown.yaml(0 hunks)scripts/llm-gen/templates/improve-python-script.yaml(0 hunks)scripts/llm-gen/templates/pick-cloud.yaml(0 hunks)scripts/llm-gen/templates/pick-model.yaml(0 hunks)scripts/llm-gen/templates/summarize-meeting.yaml(0 hunks)
💤 Files with no reviewable changes (11)
- scripts/llm-gen/templates/create-unit-tests.yaml
- scripts/llm-gen/templates/improve-python-script.yaml
- scripts/llm-gen/create-python-script.sh
- scripts/llm-gen/templates/create-python-script.yaml
- scripts/llm-gen/templates/summarize-meeting.yaml
- scripts/llm-gen/templates/pick-cloud.yaml
- scripts/llm-gen/templates/improve-markdown.yaml
- scripts/llm-gen/gen-streamlit.py
- scripts/llm-gen/templates/pick-model.yaml
- scripts/llm-gen/mass-gen.py
- scripts/llm-gen/gen.py
✅ Files skipped from review due to trivial changes (1)
- docs/learning.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/ai/dev-tools.md
43-43: Bare URL used
null
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: build
- GitHub Check: check
🔇 Additional comments (2)
docker/ai/litellm/config.yaml (2)
5-8: Updated Anthropic Models Comment
The comment has been updated to "Anthropic" (with an uppercase "A") for consistency and clarity. This change improves readability and adheres to proper naming conventions.
20-48: New Model Configurations Added
The block introducing new model entries (gpt-4o, gpt-4o-mini, llama-3.3-70b-instruct, deepseek-r1-distill-llama-70b, and deepseek-r1) is well-structured and consistent with the existing configuration format. Please verify that the environment variable placeholders (e.g.,"os.environ/OPENROUTER_API_KEY") are correctly interpreted by your application logic and that the provided model endpoints are accurate.
Summary by CodeRabbit
New Features
Documentation