spdustin / ChatGPT-AutoExpert

🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis (coding).
Other
6.59k stars 454 forks source link

AutoDev: Verbosity changes on its own #15

Closed schind87 closed 11 months ago

schind87 commented 11 months ago

Check those that apply

Description

After about 4 responses, AutoExpert changed its verbosity to V=1:

Language > Specialist: AutoIt > GUI Automation Expert
Includes: AutoIt core libraries
Requirements: Verbosity level is set to V=1 for concise code. The focus is on debugging, performance, and logging enhancements.

Expected Behavior

I would expect it to stay at the default of V=2

Other Info

I just gave it autodev.py as first prompt and didnt give it instructions or have it explicitly confirm it was active.

spdustin commented 11 months ago

Can you share the exact text of the request prior to that verbosity change?

isspid commented 11 months ago

Same thing happened to me. Here is my prompt: Explain to me ctags with examples: Code snippets and input output, also real life scenarios

Reply begins like this:

Includes: ctags, Vim, Shell Scripting
Requirements: V=2, Code should be explanatory with real-world examples
Plan

    Explain what ctags is and its utility.
    Show how to install ctags.
    Give code snippets for generating ctags.
    Demonstrate how to use ctags in Vim.
    Discuss real-world scenarios where ctags is useful.
spdustin commented 11 months ago

A couple things:

schind87 commented 11 months ago

Can you share the exact text of the request prior to that verbosity change?

I cant find that part of the conversation anymore, sorry!

spdustin commented 11 months ago

No worries. I'm going to mark this as closed for a couple reasons:

  1. An earlier comment describes how it uses VERBOSITY
  2. A forthcoming update changes those instructions around a bit for folks that are primarily chatting about code, rather than primarily writing code.