tiktoken icon indicating copy to clipboard operation
tiktoken copied to clipboard

Option to use env variable for BPE_FILE location

Open csnelsonchu opened this issue 2 years ago • 0 comments
trafficstars

Currently the BPE_FILE is hardcoded to the the path https://openaipublic.blob.core.windows.net/.... This host path is presents challenge when running in container in AWS VPC environment. It will be great if we can just specify the location of the file using ENV variable so we avoid such issues.

csnelsonchu avatar May 15 '23 07:05 csnelsonchu