Skip to content

Commit

Permalink
rm redudant
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Dec 18, 2024
1 parent 9ffd5c0 commit db2a5f1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ufo/experience/summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
# Licensed under the MIT License.

import os
from typing import Tuple
import sys

sys.path.append("..")
sys.path.append("../..")
sys.path.append("./")

from typing import Tuple

import yaml
from langchain.docstore.document import Document
from langchain_community.vectorstores import FAISS

# from ufo.experience.parser import ExperienceLogLoader
from ufo.experience.experience_parser import ExperienceLogLoader
from ufo.llm.llm_call import get_completion
from ufo.prompter.experience_prompter import ExperiencePrompter
Expand Down

0 comments on commit db2a5f1

Please sign in to comment.