Forcing consistency of ChatGPT API in the acquisition and consolidation of TSV Files

Following this discussion : ⛺️ Cheat Sheet: Mastering Temperature and Top_p in ChatGPT API (a few tips and tricks on controlling the creativity/deterministic output of prompt responses.)

I added these parameters:

        temperature = 0.2, 
        top_p = 0.1,