You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project where I need to use the few-shot method with 5 user/assistant prompts to make GPT-3.5 Turbo output what I need. After adopting to the latest changes in the library I've noticed that my code is now substantially longer than before. I wonder if this increase in code length is necessary or if I might be doing something wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm currently working on a project where I need to use the few-shot method with 5 user/assistant prompts to make GPT-3.5 Turbo output what I need. After adopting to the latest changes in the library I've noticed that my code is now substantially longer than before. I wonder if this increase in code length is necessary or if I might be doing something wrong.
This is the old code:
Now with version 4.1.4 does it have to look like this?
Any help is appreciated. I'm sure I'm doing something wrong here.
Beta Was this translation helpful? Give feedback.
All reactions