31 Oct 2024, 14:28

@jeffreyrb03-gmail a few things,
First, I recommend setting temperature to 0 for training, since you can add on “respond with okay” to each training prompt so it should minimize the token count of the training (some is better than none and it should ensure it doesn’t think the user knows the prompt stuff).
Second, it does indeed rarely work, hypothetically you could select another chat bot and then ask it if the primaries one response could require one of the tools, it would be much more inefficient though.
Third, when it did do websearch it got stuck somewhere in the web check block (you can take apart running code that’s stuck and the block it’s stuck on will remain highlighted yellow, the rest stop being yellow), you need to update the regex to check for the “:”, that way it doesn’t see WEB and WEBSEARCH as the same (I dug further and found it gets stuck on the fetch page as markdown block, currently working on finding out why it takes so long to do that, it seems that it’s trying to check forums cus that’s what you put in last, but my console bookmarklet has it eventually error vm,warn,Primitive rejected promise: ,TypeError: undefined is not an object (evaluating 'e.t0.response.status'), I’d recommend checking dev console cus I have no clue what it’s doing there)
Fourth thing I noticed, I’d assume it’s using gpt3.5 or something, because the token limit for gpt4 I believe was something like 126 thousand (or somewhere that high) and you can hit the token limit way below that (at I’d assume 4 thousand), also the slow speed is most definitely api lag, it may just be normal ChatGPT doesn’t properly do tools like that, you could try to tell normal ChatGPT to use those tools and see if it actually works (Ik it wouldn’t at all be the same, since Chatgpt.com doesn’t use system prompts, but it’s worth a shot)