#pragma once

#include <string_view>

namespace rnexecutorch::models::text_to_image::constants {

inline constexpr std::string_view kBosToken = "<|startoftext|>";

} // namespace rnexecutorch::models::text_to_image::constants
