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

Support Meta Llama schema #1383

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Support Meta Llama schema #1383

merged 2 commits into from
Nov 25, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 25, 2024

This pull request introduces several updates and new features, primarily focused on adding support for the "llama" model in various parts of the codebase. The changes include version updates, model additions, and new JSON schema files for the "llama" model.

Version Updates:

  • Updated the version in package.json from "7.0.0-dev.20241125-2" to "7.0.0-dev.20241126".
  • Updated the dependency @samchon/openapi in package.json to "^2.0.0-dev.20241126".

Model Additions:

  • Added "llama" to the MODELS array in TestLlmApplicationGenerator.ts.
  • Added "llama" to the MODELS array in TestLlmParametersGenerator.ts.
  • Added "llama" to the MODELS and REFERENCABLE arrays in TestLlmSchemaGenerator.ts.

New JSON Schema Files for "llama" Model:

  • Added ArrayMatrix.json schema for the "llama" model with functions insert, reduce, and coalesce.
  • Added ArrayRecursive.json schema for the "llama" model with functions insert, reduce, and coalesce.
  • Added ArrayRepeatedNullable.json schema for the "llama" model with functions insert, reduce, and coalesce.
  • Added ArrayRepeatedRequired.json schema for the "llama" model with functions insert, reduce, and coalesce.

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 25, 2024
@samchon samchon self-assigned this Nov 25, 2024
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.

OK, no problem.

Copy link

pkg-pr-new bot commented Nov 25, 2024

Open in Stackblitz

npm i https://pkg.pr.new/typia@1383

commit: 8257fe3

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteCI
Possible typosquat attack npm/[email protected] ⚠︎

View full report↗︎

Next steps

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@samchon samchon merged commit 2f2a701 into v7.0 Nov 25, 2024
11 checks passed
@samchon samchon deleted the feat/meta-llama branch November 25, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant