Switched implementation to simple rather than pro
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import gradio as gr
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from pro_implementation.answer import answer_question
|
||||
from implementation.answer import answer_question
|
||||
|
||||
load_dotenv(override=True)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from litellm import completion
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from evaluation.test import TestQuestion, load_tests
|
||||
from pro_implementation.answer import answer_question, fetch_context
|
||||
from implementation.answer import answer_question, fetch_context
|
||||
|
||||
|
||||
load_dotenv(override=True)
|
||||
|
||||
Reference in New Issue
Block a user