Refactor import statement for LLM class in person_identifier.py

main
lasseedfast 2 years ago
parent add9ce50da
commit 7554234666
  1. 2
      _llm
  2. 2
      person_identifier.py

@ -1 +1 @@
Subproject commit 6fc2991e4eb86f5739f92e1028df23c4eee1b484
Subproject commit 50972bc3fa0fed496772fa38bca0e9087900e9e6

@ -1,6 +1,6 @@
from _chroma import chroma
from _arango import arango, db
from _llm import LLM
from _llm. import LLM
from print_color import *
import difflib
import re

Loading…
Cancel
Save