# Copyright (c) Microsoft Corporation. # Licensed under the MIT license. import os END_OF_TURN_TOKEN = '<|endofturn|>' END_OF_TEXT_TOKEN = '<|endoftext|>' PROJECT_FOLDER = os.path.dirname(__file__)