Remote Bpe Loader
class RemoteBpeLoader(client: HttpClient = defaultHttpClient(), url: String = "https://openaipublic.blob.core.windows.net/encodings") : BpeLoader
Constructors
Link copied to clipboard
constructor(client: HttpClient = defaultHttpClient(), url: String = "https://openaipublic.blob.core.windows.net/encodings")