mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
LLaMA2 with JSON schema support template (#12435)
This commit is contained in:
3
templates/llama2-functions/llama2_functions/__init__.py
Normal file
3
templates/llama2-functions/llama2_functions/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from llama2_functions.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user