|
|
|
|
|
by throwaway1249
1119 days ago
|
|
It's not just you. Probably they added some sort of classifier at the beginning to understand whether they should send it to 3.5 or 4. In my (very opinionated, undocumented, and mostly unscientific) opinion, more complex queries generally hit the old model, with the slow chugging of tokens. For example, I just asked it to refactor a very horrible POC in python that was creeping into the 200 LoC and it did the job wonderful. The prompt was: `Can you refactor this function to make it:
* More readable
* Split on different parts
* Easy to test Consider the use of generators and other strategies.
(code here)` |
|