From 54b4c789a75fec5c3a92a03dfd2d93d051309651 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Sat, 29 Apr 2023 14:55:24 +0530 Subject: added gpt4free package --- gui/streamlit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/streamlit_app.py') diff --git a/gui/streamlit_app.py b/gui/streamlit_app.py index 8a6bcfa9..2dba0a7b 100644 --- a/gui/streamlit_app.py +++ b/gui/streamlit_app.py @@ -4,7 +4,7 @@ import sys sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir)) import streamlit as st -import you +from gpt4free import you def get_answer(question: str) -> str: -- cgit v1.2.3