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

why missing "assistant" here #76

@feixyz10

Description

@feixyz10

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|>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions