FEATURE gpt researcher template (#13062)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Harrison Chase
2023-11-13 15:52:25 -08:00
committed by GitHub
parent 280ecfd8eb
commit 2ff30b50f2
10 changed files with 2567 additions and 0 deletions

View File

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