[PR #646] added ollama support to humanifyjs #650

Open
opened 2026-03-03 13:55:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/646
Author: @nexon33
Created: 10/18/2025
Status: 🔄 Open

Base: mainHead: add-ollama


📝 Commits (1)

  • a9eec30 added ollama support to humanifyjs

📊 Changes

5 files changed (+117 additions, -1 deletions)

View changed files

📝 package-lock.json (+16 -0)
📝 package.json (+1 -0)
src/commands/ollama.ts (+44 -0)
📝 src/index.ts (+3 -1)
src/plugins/ollama/ollama-rename.ts (+53 -0)

📄 Description

This adds the ollama command that can be used and uses the default model gpt-oss:20b


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/646 **Author:** [@nexon33](https://github.com/nexon33) **Created:** 10/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-ollama` --- ### 📝 Commits (1) - [`a9eec30`](https://github.com/jehna/humanify/commit/a9eec3057b409aec1998b4f7e61a1d2afef459f5) added ollama support to humanifyjs ### 📊 Changes **5 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+16 -0) 📝 `package.json` (+1 -0) ➕ `src/commands/ollama.ts` (+44 -0) 📝 `src/index.ts` (+3 -1) ➕ `src/plugins/ollama/ollama-rename.ts` (+53 -0) </details> ### 📄 Description This adds the ollama command that can be used and uses the default model gpt-oss:20b --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#650
No description provided.