Skip to content

[Bug] Gemini Connection Error #77

@sushantmnair

Description

@sushantmnair

Elysia version

0.2.6

Installation method

poetry install

Is the issue occurring in the Elysia package or the Elysia web app?

Elysia web app (using the app via elysia start)

What happened?

This is my pyproject.toml file for reference:

[tool.poetry]
package-mode = false
name = "elysia"
version = "0.1.0"
description = ""
authors = [""]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.12.*"
elysia-ai = "*"
weaviate-client = "*"
pandas = "*"
openpyxl = "*"
scikit-learn = "*"
numpy = "*" 
matplotlib = "*"
seaborn = "*"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

I run elysia start. Then I go to settings and set me model as:

Image

I also set the gemini_api_key and then save the settings.

Now, I try to analyse the data in Data tab:

Image

I then get this error:
Error analyzing : Error preprocessing collection: The model gemini-2.5-flash is not available for provider gemini. Some example models for gemini are: gemini/gemini-2.5-pro-exp-03-25, gemini/gemini-2.5-pro, gemini/gemini-2.5-flash, gemini/gemini-2.0-flash-live-001, gemini/gemini-2.5-flash-preview-tts. Check the full model documentation (https://docs.litellm.ai/docs/providers). (Total time: 6s)

Please resolve this issue

Steps to reproduce

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions