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
when i try to use the autogen i get:
raise error.APIConnectionError(
openai.error.APIConnectionError: Error communicating with OpenAI: No connection adapters were found for '127.0.0.1:5001/v1/chat/completions'
i use gpt-engineer with TextWebUi and i don't get this error.
This is config list i use :
config_list = [{
"api_type":"open_ai",
"api_base":"127.0.0.1:5001/v1",
"api_key": "sk-111111111111111111111111111111111111111111111111"
}]
Any ideas ?
The text was updated successfully, but these errors were encountered:
when i try to use the autogen i get:
raise error.APIConnectionError(
openai.error.APIConnectionError: Error communicating with OpenAI: No connection adapters were found for '127.0.0.1:5001/v1/chat/completions'
i use gpt-engineer with TextWebUi and i don't get this error.
This is config list i use :
config_list = [{
"api_type":"open_ai",
"api_base":"127.0.0.1:5001/v1",
"api_key": "sk-111111111111111111111111111111111111111111111111"
}]
Any ideas ?
The text was updated successfully, but these errors were encountered: