Skip to content

This repo uses Rust to track files that are updated, feed the diff updates to a local LLM (using Ollama), and write the LLM-analyzed summary of changes to the repo's README.md file.

Notifications You must be signed in to change notification settings

Digital-Physics/rust-llm

Repository files navigation

Rust + Ollama (qwen2.5-coder:1.5b) are used to track file uptates and summarize this README.md file

cargo run --release

Saved File Event -? Diff Saved file with Cached File -> Local LLM Summary of Diff -> Summarize change in README.md file.

The update below represents a change to the shopping_list.txt file

📅 Update: 2025-11-22 11:27:53

  • Adjusted the quantity of bananas from * 50 to * 75 🍌

📅 Update: 2025-11-25 12:47:42

Changed the prompt from a complex one to a simpler one using emojis:
✅ Simplified prompt for better readability and clarity.
✨ Experimentation may be required with this change.

📅 Update: 2025-11-25 13:49:10

# Open the file in append mode to add new numbers
with open("./shopping_list.txt", "a") as file:
    # Write each number on a new line
    for num in [2, 3, 5

### 📅 Update: 2025-11-25 13:55:32
```markdown
:+1: Added line 10; - Removed line 5.

📅 Update: 2025-11-25 13:56:33

:+ Added the comment "I think this prompt needs to be updated, and possibly reverted."

📅 Update: 2025-11-25 14:12:07

🚀 Added a more detailed prompt for clarity 🚀

✨ Improved the prompt by removing unnecessary complexity 👨‍💻

🛠️ Reverted the previous change as it was not necessary 📝

🔍 Updated the prompt to

### 📅 Update: 2025-11-25 14:13:49
```markdown
🚀 Added support for the Qwen 2.5-Coder model with a larger size (7B tokens)!

💡 Improvements made to the codebase include:

- Updated the model specification in `main.rs` to use the


# let's see if 7b weights! can do a better job
### 📅 Update: 2025-11-25 14:16:26
- 🐛 Removed unnecessary comment about model quality issues in `src/main.rs`.

### 📅 Update: 2025-11-25 14:17:23
- Updated the model to `qwen2.5-coder:7b` for improved performance, though it may affect speed. 🚀 #123

### 📅 Update: 2025-11-26 12:27:23
- Added `cheese whiz` to the shopping list 🥑

About

This repo uses Rust to track files that are updated, feed the diff updates to a local LLM (using Ollama), and write the LLM-analyzed summary of changes to the repo's README.md file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages