This commit is contained in:
Timothy J. Baek
2024-06-02 11:43:41 -07:00
parent 5478b920df
commit dd98a71d0b
6 changed files with 17 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ from pydantic import BaseModel
import requests
import os
from utils.main import get_last_user_message, get_last_assistant_message
from utils.pipelines.main import get_last_user_message, get_last_assistant_message
class Pipeline: