From a71890e0b681a3f32b8526e46007adcec6046ed2 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 3 Apr 2024 11:57:40 -0300 Subject: [PATCH] fix config path --- api/src/utils/few_shot_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/utils/few_shot_examples.py b/api/src/utils/few_shot_examples.py index 5963d65..4ed34f0 100644 --- a/api/src/utils/few_shot_examples.py +++ b/api/src/utils/few_shot_examples.py @@ -2,7 +2,7 @@ from typing import List -from src.config import FEW_SHOT_PATH +from config import FEW_SHOT_PATH few_shot_examples = {} with open(FEW_SHOT_PATH, "r") as f: