di-sukharev / di-sukharev/opencommit
Feature: set maximun response tokens via config.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 445
- Avg merge
- 18m
- Merged PRs (30d)
- 2
Description
Allow the user to set maximun response tokens via config.
For example: oc config set maxTokens=12345 or oc config set max_response_tokens=12345.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the configuration handling behind oc config set and see how existing settings are stored and read. Add support for setting the maximum response-token value using the requested configuration name, then verify that the configured value is used when generating responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100