You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ This project began as a fork of the powerful mcp-ollama_server and repurposes it
30
30
31
31
32
32
## ✨ Key Features
33
-
-**✍️ Focused Writing Interface**: A clean GUI designed for authors, not developers.
33
+
**✍️ Focused Writing Interface**: A clean GUI designed for authors, not developers.
34
34
35
-
-**📊 Live Context Monitoring**: A real-time progress bar shows your estimated token usage to help you stay within your model's context window.
35
+
**📊 Live Context Monitoring**: A real-time progress bar shows your estimated token usage to help you stay within your model's context window.
36
36
37
-
-**💾 Direct-to-File Saving**: Generated prose is automatically saved to a file you specify, creating a seamless workflow from prompt to draft.
37
+
**💾 Direct-to-File Saving**: Generated prose is automatically saved to a file you specify, creating a seamless workflow from prompt to draft.
38
38
39
-
-**🔒 Complete Data Privacy**: All models and data are processed locally via Ollama.
39
+
**🔒 Complete Data Privacy**: All models and data are processed locally via Ollama.
40
40
41
-
-**⚙️ Minimal Overhead**: A lightweight solution that respects your system's resources.
41
+
**⚙️ Minimal Overhead**: A lightweight solution that respects your system's resources.
42
42
43
-
-**🤖 Model Agnostic**: Works with any of your custom Ollama models.
43
+
**🤖 Model Agnostic**: Works with any of your custom Ollama models.
44
44
45
45
46
46
## 🚀 Quick Start
@@ -108,15 +108,15 @@ File System & GUI: The server receives the generated prose, simultaneously saves
108
108
## 🤝 Contributing
109
109
This is a personal tool, but ideas for improving the writer's workflow are always welcome.
110
110
111
-
Fork the Repository
111
+
1.Fork the Repository
112
112
113
-
Create a Feature Branch: git checkout -b feature/amazing-feature
113
+
2.Create a Feature Branch: git checkout -b feature/amazing-feature
114
114
115
-
Commit Your Changes: git commit -m 'Add some amazing feature'
115
+
3.Commit Your Changes: git commit -m 'Add some amazing feature'
116
116
117
-
Push to the Branch: git push origin feature/amazing-feature
117
+
4.Push to the Branch: git push origin feature/amazing-feature
118
118
119
-
Open a Pull Request
119
+
5.Open a Pull Request
120
120
121
121
## ❓ FAQ
122
122
Q: Why not just use a generic tool like Open WebUI? A: Those tools are excellent but are general-purpose chatbots. Astral-Drafter is a specialized instrument with features tailored specifically for long-form creative writing, such as the context monitor and direct-to-file saving.
0 commit comments