Optional arguments

#3
by JulienSantiago - opened

Hello,
I created a function that has facultative arguments (a function that searchs for issues in a dataset, and the user may want to take only the issues after a certain date or take all issues).
I precised in the description of the argument "If no date in the prompt, put first january 1900", but it doesn't work.
Do I really have to create 2 functions, one specifiyng the date and the other no?
Thanks

Howdy @JulienSantiago , yeah the smaller Llama models like 7b have trouble with this level of detail - they just don't have sufficient power to respond to more complex queries. They also struggle with optional arguments.

If you need a small model, having two functions may be a way to go.

RonanMcGovern changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment