Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
alebjanes committed Apr 3, 2024
1 parent d40adf3 commit a71890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/utils/few_shot_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a71890e

Please sign in to comment.