Update llama.cpp and Ollama templates (#12466)

This commit is contained in:
Lance Martin
2023-10-27 16:54:54 -07:00
committed by GitHub
parent f10c17c6a4
commit 5c2243ee91
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
from ollama.chain import chain
from sql_ollama.chain import chain
__all__ = ["chain"]