zorazrw / trove

[ICML'24] TroVE: Inducing Verifiable and Efficient Toolboxes for Solving Programmatic Tasks
https://arxiv.org/pdf/2401.12869.pdf
Creative Commons Attribution Share Alike 4.0 International
20 stars 3 forks source link

System vs. user prompt in api.py? #3

Closed ikb-a closed 2 weeks ago

ikb-a commented 2 months ago

Hi, I noticed that you included the code used to call ChatGPT, but as far as I can, didn't include any code that calls it.

https://github.com/zorazrw/trove/blob/7aadd05e7c125f4f0c98254965ccb441adec1997/utils/api.py#L29

Could you quickly explain how you split the prompt between the system & user prompts in your experiments? Thanks!

ikb-a commented 2 weeks ago

I spoke with the lead author: they used a user prompt only, without a system prompt.