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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
At present, the chat mode will apply the same prompt template for every single user prompt. This makes sense for REPL mode, where you want to reuse the same prompt (e.g. Alpaca instructions), but it doesn't make sense for chat mode, where you want to continue a conversation:
Just a totally random nitpick, but I think it would be great if the top-level examples folder could be removed (or at least renamed) as a part of this effort.
At present, the chat mode will apply the same prompt template for every single user prompt. This makes sense for REPL mode, where you want to reuse the same prompt (e.g. Alpaca instructions), but it doesn't make sense for chat mode, where you want to continue a conversation:
That is to say,
Initial prompt
andChat response prompt
should be different.The text was updated successfully, but these errors were encountered: