dsw7 / GPTifier

A beautiful C++ libcurl / ChatGPT interface. I more or less work on this project for fun :)
MIT License
0 stars 1 forks source link

Add prompt to completions file? #55

Closed dsw7 closed 5 months ago

dsw7 commented 5 months ago

Impetus

The current completions file structure is:

==============================================================================================================
Created at: <time>
ID: <completion-id>
Model: <model-name>
Results:

<completion-from-openai>
==============================================================================================================

But it would be nice to either add the input that was used to generate <completion-from-openai> directly to the completions file or perhaps to some other file.