This commit is contained in:
Timothy J. Baek
2024-05-31 01:11:52 -07:00
parent 895f470a22
commit 50020ba483
10 changed files with 77 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ class Pipeline:
def pipe(
self, user_message: str, model_id: str, messages: List[dict], body: dict
) -> Union[str, Generator, Iterator]:
# This is where you can add your custom pipelines like RAG.'
# This is where you can add your custom pipelines like RAG.
print(f"pipe:{__name__}")
print(messages)