Will run all CI because of _test change, but future PRs against CLI will
only trigger the new CLI one

Has a bunch of file changes related to formatting/linting.

No mypy yet - coming soon
This commit is contained in:
Erick Friis
2023-10-26 17:01:31 -07:00
committed by GitHub
parent 231d553824
commit 4db8d82c55
14 changed files with 150 additions and 48 deletions

View File

@@ -1,6 +1,5 @@
from langchain.prompts import ChatPromptTemplate
from langchain.chat_models import ChatOpenAI
from langchain.prompts import ChatPromptTemplate
_prompt = ChatPromptTemplate.from_messages(
[