[Question]: access to public storage https://openaipublic.blob.core.windows.net/ is prohibited in secure environments ,
Describe the issue
In certain environments where private connectivity prohibits access to public storage at https://openaipublic.blob.core.windows.net/, we encountered a connection timeout error when attempting to import the library. Is there a workaround to avoid accessing this public storage account?
Hi @amrosalehms, I suspect the issue is due to loading the tokenizer for GPT-3.5-turbo. You can comment out this line and related code to resolve the issue.
Hi @amrosalehms, I suspect the issue is due to loading the tokenizer for GPT-3.5-turbo. You can comment out this line and related code to resolve the issue.
Hi @iofu728 ,
I'v met the same issue. Is it ok to just comment out the lines you suggested? Will it cause any side effect?
Hi @Dorish, the code invoking self.oai_tokenizer, such as in #712, needs to be modified.