You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors just occur in the log file:
failed with Exception Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('199.96.58.105', 443)]
Is something wrong with my network or the url in the code? I would appreciate it if you can give me a hand to this issue!!
The text was updated successfully, but these errors were encountered:
I have confirmed that I use the correct api key by successfully using the openAi API to generate sentences in Python.
However, when running the code:
asyncio.run(
process_api_requests_from_file(
requests_filepath=config.request_path,
save_filepath=config.response_path,
request_url = config.api_url,
api_key=config.api_key,
max_requests_per_minute=config.max_requests_per_minute,
max_tokens_per_minute=config.max_tokens_per_minute,
token_encoding_name=config.token_encoding_name,
max_attempts=config.max_attempts,
proxy=config.proxy,
)
)
Some errors just occur in the log file:
failed with Exception Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('199.96.58.105', 443)]
Is something wrong with my network or the url in the code? I would appreciate it if you can give me a hand to this issue!!
The text was updated successfully, but these errors were encountered: