mirror of
https://github.com/jehna/humanify.git
synced 2026-04-29 10:35:48 +03:00
[PR #165] [MERGED] Add configurable context window size #217
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jehna/humanify/pull/165
Author: @jehna
Created: 10/18/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @jehna
Base:
main← Head:add/configurable-context-window-size📝 Commits (1)
22b6e4fAdd configurable context window size📊 Changes
10 files changed (+141 additions, -53 deletions)
View changed files
➕
src/commands/default-args.ts(+1 -0)📝
src/commands/gemini.ts(+10 -1)📝
src/commands/local.ts(+9 -1)📝
src/commands/openai.ts(+14 -1)➕
src/number-utils.ts(+7 -0)📝
src/plugins/gemini-rename.ts(+4 -1)📝
src/plugins/local-llm-rename/local-llm-rename.ts(+2 -1)📝
src/plugins/local-llm-rename/visit-all-identifiers.test.ts(+73 -35)📝
src/plugins/local-llm-rename/visit-all-identifiers.ts(+17 -12)📝
src/plugins/openai/openai-rename.ts(+4 -1)📄 Description
It seems that context window of 200 was way too small, I saw quite many
_________idstyle renamess in the issues. Using a bigger context window should fix this issue, and mmaking the window configurable should help to debug any future issues.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.