Describe the bug
I write a wrong apikey. It isn' possible to change.
To Reproduce
Steps to reproduce the behavior:
- Install lexido
- launch lexido. It ask "insert api key"
- Insert a wrong apikey
- See error
2024/04/15 10:30:36 An error occurred: googleapi: Error 400:
2024/04/15 10:30:36 error details: googleapi: got HTTP response code 400 with body: [{
"error": {
"code": 400,
"message": "API key not valid. Please pass a valid API key.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "API_KEY_INVALID",
"domain": "googleapis.com",
"metadata": {
"service": "generativelanguage.googleapis.com"
}
}
]
}
}
]
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: macs os
- Version Sonoma 14.4.1
Additional context
Add any other conte
