Hi,
When I add the following piece of code in the taskweaver_config.json file:
"tracing.enabled": true,
"tracing.exporter": "otlp",
"tracing.endpoint": "http://127.0.0.1:4317",
"tracing.tokenizer_target_model": "gpt-4"
I'm getting the following error.
.ConnectTimeout: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /encodings/cl100k_base.tiktoken
Can someone suggest a reason for this error to occur?
It seems the tokenizer, i.e., tiktoken, failed to download its configuration file. Can you make sure that you environment has no problem of internet access?
Hi, When I add the following piece of code in the taskweaver_config.json file: "tracing.enabled": true, "tracing.exporter": "otlp", "tracing.endpoint": "http://127.0.0.1:4317", "tracing.tokenizer_target_model": "gpt-4"
I'm getting the following error.
.ConnectTimeout: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /encodings/cl100k_base.tiktoken
Can someone suggest a reason for this error to occur?