소스 검색

Remove useless global_flags

StrayWarrior 2 주 전
부모
커밋
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):