LLaMA2 with JSON schema support template (#12435)

This commit is contained in:
Lance Martin
2023-10-27 10:34:00 -07:00
committed by GitHub
parent 134f085824
commit 05bbf943f2
8 changed files with 1359 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from llama2_functions.chain import chain
__all__ = ["chain"]