nextcloud / nextcloud/integration_openai
Add an Extra Parameters field for tasks other than Text Generation
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 75
- Forks
- 32
- Avg merge
- 9d 8h
- Merged PRs (30d)
- 4
Description
Describe the feature you'd like to request
It is easily possible to pass additional parameters to the text generation model via the configuration GUI. However, such an option does not exist for image generation, transcription or TTS models. Particularly useful in transcription would be the ability to pass "diarization": "true".
Describe the solution you'd like
Add an equivalent input box for the other tasks in the Administration page.
Describe alternatives you've considered
N/A
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 in the Administration page implementation and trace how the existing Extra Parameters field for Text Generation is configured and passed to the model. Extend the same path for image generation, transcription, and TTS, then verify that values such as "diarization": "true" reach the selected task and that the new fields appear in the Administration page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100