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

Eng 544 ai xplain sdk update llm functional tests to cover all new llm models #248

Conversation

xainaz
Copy link
Collaborator

@xainaz xainaz commented Sep 5, 2024

No description provided.

@xainaz xainaz changed the base branch from main to development September 5, 2024 17:01


@pytest.mark.parametrize("llm_model", ["Groq Llama 3 70B", "Chat GPT 3.5", "GPT-4o", "GPT 4 (32k)"])
def test_llm_run(llm_model):
"""Testing LLMs with history context"""
model = ModelFactory.list(query=llm_model, function=Function.TEXT_GENERATION)["results"][0]
Copy link
Collaborator

Choose a reason for hiding this comment

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

The code is looking for the model again passing an instanciated model as query.

@thiago-aixplain thiago-aixplain merged commit 357e10d into development Sep 9, 2024
@thiago-aixplain thiago-aixplain deleted the ENG-544-ai-xplain-sdk-update-llm-functional-tests-to-cover-all-new-llm-models branch September 9, 2024 20:30
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