StrayWarrior 1 неделя назад
Родитель
Сommit
a61c26304a
2 измененных файлов с 0 добавлено и 8 удалено
  1. 0 6
      global_flags.py
  2. 0 2
      user_profile_extractor.py

+ 0 - 6
global_flags.py

@@ -1,6 +0,0 @@
-#! /usr/bin/env python
-# -*- coding: utf-8 -*-
-# vim:fenc=utf-8
-#
-
-DISABLE_LLM_API_CALL = False

+ 0 - 2
user_profile_extractor.py

@@ -11,8 +11,6 @@ from prompt_templates import USER_PROFILE_EXTRACT_PROMPT
 from openai import OpenAI
 from logging_service import logger
 
-import global_flags
-
 
 class UserProfileExtractor:
     def __init__(self):