Search Results

Found 1 results for "ee290c73096bfc934a064f2ef4ded951" across all boards searching md5.

Anonymous /g/106001651#106004068
7/24/2025, 1:53:41 AM
Should I configure my python script to use sequence breakers with llama-server or not?
>"stop": ["\n", ":", "\"", "*"],
or chatgpt used these
>"stop": [f"{user_name}:", f"{char_name}:"],
I disabled all of them because at some point I could not generate anything. Might take a look at it now that my script is otherwise functional.
I learn as I go.