Browse Source

Remove useless global_flags

StrayWarrior 1 week ago
parent
commit
a61c26304a
2 changed files with 0 additions and 8 deletions
  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 openai import OpenAI
 from logging_service import logger
 from logging_service import logger
 
 
-import global_flags
-
 
 
 class UserProfileExtractor:
 class UserProfileExtractor:
     def __init__(self):
     def __init__(self):