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

Test whether IHttpLlmApplication covers ILlmApplication #138

Merged
merged 7 commits into from
Feb 12, 2025
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Feb 12, 2025

This pull request introduces new test cases for validating different LLM application types in the test/features/llm/validate_llm_application_type.ts file. The tests ensure that various LLM models conform to their expected application types using the typia library for type assertions.

Key changes include:

  • Added test cases for chatgpt, claude, llama, 3.0, and 3.1 LLM application types, ensuring they conform to their respective models using typia.assert.
  • Introduced an application function to create IHttpLlmApplication instances based on the model type.
  • Utilized the Singleton pattern to parse and cache the OpenAPI document for use in the tests.

@samchon samchon added the enhancement New feature or request label Feb 12, 2025
@samchon samchon self-assigned this Feb 12, 2025
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

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

Test OK

@samchon samchon merged commit 3d16624 into v3.0 Feb 12, 2025
4 checks passed
@samchon samchon deleted the feat/app branch February 12, 2025 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant