agent = create_csv_agent(
ChatOpenAI(temperature=0, model=“gpt-3.5-turbo-0613”),
“titanic.csv”,
verbose=True,
agent_type=AgentType.OPENAI_FUNCTIONS,
)
Error:
openai.AuthenticationError: Error code: 401 - {‘error’: {‘message’: ‘Incorrect API key provided: OPENAI_A***********************************************************************************************************************************************************************Xe4A. You can find your API key at https://platform.openai.com/account/api-keys.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘invalid_api_key’}}
- What does “Incorrect API key provided” mean?
- I did find the keys at https://platform.openai.com/account/api-keys. I have no help from support. I am very new to this