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
Note that I don't add an extra function signature line after the doc string in our prompt. The main reason is that by doing so most LLMs are tempted to generate results in the completion style instead of the chat style, leading to degraded performance.
Type restrictions are added as much as possible based on the doc string.
Fixed several docstring and test cases given that arrays in Julia are 1-based indexed by default.
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
-
Note
Note that I don't add an extra function signature line after the doc string in our prompt. The main reason is that by doing so most LLMs are tempted to generate results in the completion style instead of the chat style, leading to degraded performance.
True/False
->true/false
,'
->"
,BigInt
, etc.JuliaFormatter.jl
by default.jldoctest
style and are well tested.Beta Was this translation helpful? Give feedback.
All reactions