-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap on metadata #94
Comments
Is it possible to extract the used model for the given conversation as a variable? Thank you for the great work. It already has become an indispensable tool. |
Good idea. And we can get this directly from the API. |
Also, please add the |
FYI, I created a version with the |
@alex-rosenberg35 it's on the plan. Let me update the description. |
@pionxzh I had originally modified the release version directly as I am a novice with Node, but I've ported the changes for the sake of a PR. Please note this is untested as I don't have a node environment handy at the moment. |
…rs per #94 (#114) * feat: added support for create_time and update_time metadata parameters per #94 * fix: lint and fix missing parts * build --------- Co-authored-by: Pionxzh <[email protected]>
PR #92 introduced the metadata information. However, the current set of variables available is quite limited.
I would like to expand the functionality to include additional variables, such as word count. And, the current
{date}
and{timestamp}
is not that ideal, so the ability to support customized data time formatting is also on the roadmap.Any additional feature requests are welcome.
${word_count}
GPT-3.5
|GPT-4
), ModelDetailed (text-davinci-002-render-sha
|text-davinci-002-render-paid
|gpt-4
){created_time}
and{update_time}
The text was updated successfully, but these errors were encountered: