Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Google Gemini models #92

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

harsha-s
Copy link

Added support for the Google Gemini Series of models as they lead in the benchmarks for complex tasks.

@@ -336,6 +337,13 @@ def analyze_valuation(financial_line_items: list, market_cap: float) -> dict:
}


def create_default_bill_ackman_signal():
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to extract this into a public function?


T = TypeVar('T', bound=BaseModel)

def get_llm(provider: str, model_name: str):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this?

@virattt
Copy link
Owner

virattt commented Feb 10, 2025

I like the idea of adding the Gemini models and am supportive!

However, this PR is doing more than just adding support for models. Can we scope this PR more tightly so it only adds the Gemini models and doesn't make any of the unrelated changes?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants