I want to use Danswer with Gemini. In the setup Setup Custom LLM Provider section, I configured it as follows:
Provider name: gemini
API Key: xxx
API Base: https://generativelanguage.googleapis.com/
Model Names: gemini/gemini-pro
But I'm encountering an error: "400: litellm.NotFoundError: VertexAIException -"
Some log files are as follows:
INFO: h11_impl.py 499: 172.18.0.9:59016 - "GET /manage/admin/user-group HTTP/1.1" 404
WARNING: utils.py 325: Failed to call LLM with the following error: litellm.NotFoundError: VertexAIException -
WARNING: utils.py 325: Failed to call LLM with the following error: litellm.NotFoundError: VertexAIException -
ERROR: main.py 413: 400: litellm.NotFoundError: VertexAIException -
I want to use Danswer with Gemini. In the setup Setup Custom LLM Provider section, I configured it as follows: Provider name: gemini API Key: xxx API Base: https://generativelanguage.googleapis.com/ Model Names: gemini/gemini-pro But I'm encountering an error: "400: litellm.NotFoundError: VertexAIException -" Some log files are as follows: INFO: h11_impl.py 499: 172.18.0.9:59016 - "GET /manage/admin/user-group HTTP/1.1" 404 WARNING: utils.py 325: Failed to call LLM with the following error: litellm.NotFoundError: VertexAIException - WARNING: utils.py 325: Failed to call LLM with the following error: litellm.NotFoundError: VertexAIException - ERROR: main.py 413: 400: litellm.NotFoundError: VertexAIException -