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
This is additional functionality beyond #2. Based on the file extension of the source file passed to copyaid, enable the setting of a template placeholder for the chat_system message setting.
Maybe the mapping between filename extension and text to be inserted should be direct like:
".md" -> "Markdown and HTML"
".tex" -> "LaTeX"
Note how "Markdown and HTML" could perform better in the prompt for GPT even though to a human, conceptually, "Markdown" should suffice, in theory.
Or maybe there should be a MIME type indirection in between:
This is additional functionality beyond #2. Based on the file extension of the source file passed to copyaid, enable the setting of a template placeholder for the
chat_system
message setting.Maybe the mapping between filename extension and text to be inserted should be direct like:
Note how "Markdown and HTML" could perform better in the prompt for GPT even though to a human, conceptually, "Markdown" should suffice, in theory.
Or maybe there should be a MIME type indirection in between:
These mapping could be exclusively in the user
copyaid.toml
config file or the prompt query settings file. My inclination is that the mappingshould be in the user config
copyaid.toml
and the mappingshould be in the settings file, along with the OpenAI API settings like the prompt template and the GPT model setting.
The text was updated successfully, but these errors were encountered: