Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

why missing "assistant" here #76

Open
feixyz10 opened this issue Jan 31, 2024 · 0 comments
Open

why missing "assistant" here #76

feixyz10 opened this issue Jan 31, 2024 · 0 comments

Comments

@feixyz10
Copy link

oss_prompt << "\n<|im_start|>user\n" << history[i] << "<|im_end|>\n<|im_start|>" << history[i + 1] << "<|im_end|>";

Would'nt it be like this:

oss_prompt << "\n<|im_start|>user\n" << history[i] << "<|im_end|>\n<|im_start|>assistant" << history[i + 1] << "<|im_end|>"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant