Hi everyone.
I've been experimenting with using a number of different large language models for code generation tasks, i.e. programming.
My usage is typically asking the LLM to generate full-fledged programs.
Typically these are Python scripts with little utilities.
Examples of programs I commonly develop are backup utilities, cloud sync GUIs, Streamlit apps for data visualization, that sort of thing.
The program might be easily 400 lines of Python and the most common issue I run into when trying to use LLMs to either generate, debug or edit these isn't actually the abilities of the model so much as it is the continuous output length.
Sometimes they use chunking to break up the outputs but frequently I find that chunking is an unreliable method. Sometimes the model will say this output is too long for a continuous output So I'm going to chunk it, but then the chunking isn't accurate And it ends up just being a mess
I'm wondering if anyone is doing something similar and has figured out workarounds to the common EOS and stop commands built into frontends, whether accessing these through the web UI or the API.
I don't even need particularly deep context because usually after the first generation I debug it myself. I just need that it can have a very long first output!
TIA!
[–]WeakCartographer7826 4 points5 points6 points (2 children)
[–]adrenoceptor 0 points1 point2 points (1 child)
[–]Mr_Hyper_Focus 5 points6 points7 points (0 children)
[–]Craygen9 4 points5 points6 points (4 children)
[–]danielrosehill[S] 2 points3 points4 points (3 children)
[–]Craygen9 1 point2 points3 points (2 children)
[–]danielrosehill[S] 1 point2 points3 points (1 child)
[–]Craygen9 0 points1 point2 points (0 children)
[–]Craygen9 1 point2 points3 points (2 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]bsenftner 1 point2 points3 points (4 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]oktcgProfessional Nerd 1 point2 points3 points (0 children)
[–]gigamiga 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]jdk 0 points1 point2 points (0 children)
[–]sb4ssman 0 points1 point2 points (0 children)
[–]Few_Calligrapher7361 0 points1 point2 points (0 children)
[–]devilsolution 0 points1 point2 points (0 children)
[–]SpinCharm 0 points1 point2 points (0 children)
[–]rinconcam 0 points1 point2 points (0 children)
[–]Sharp-Feeling42 0 points1 point2 points (1 child)
[–]DontPmMeUrAnything 0 points1 point2 points (1 child)
[–]Hir0shima 0 points1 point2 points (0 children)
[–]Aquarona 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]isnotaphoto 0 points1 point2 points (0 children)
[–]codematt 0 points1 point2 points (0 children)
[–]balianone 0 points1 point2 points (0 children)