User Tools

Site Tools


python:gpt-patcher

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

python:gpt-patcher [2025/11/05 12:40] – created Wulf Rajekpython:gpt-patcher [2025/11/05 12:42] (current) Wulf Rajek
Line 1: Line 1:
 ====== GPT Patcher ====== ====== GPT Patcher ======
  
-ChatGPT can provide a unified patch as output for code related changes. These unified patches are in a format not understood by git or the patch command. They do not contain specific line numbers but context surrounding the changes. To avoid issues with GPT hallucinations, strict checks need to be performed.+ChatGPT can provide a unified patch as output for code related changes (project instructions or prompt example 'return diffs of the changes proposed for ease of applying them.'). These unified patches are in a format not understood by git or the patch command. They do not contain specific line numbers but context surrounding the changes. To avoid issues with GPT hallucinations, strict checks need to be performed.
  
 The script below can help apply these patches. The script below can help apply these patches.
python/gpt-patcher.1762346405.txt.gz · Last modified: by Wulf Rajek