emit github token when starting

This commit is contained in:
2024-08-22 08:11:01 -05:00
parent 37201be1cd
commit 99630ffc19
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ class BaseTelegramInferenceBot(ABC):
self.processing_status = {}
self.system_prompt = self.load_system_prompt()
self.tools, self.functions = self.load_functions()
print(f"Github Token: {os.environ.get("GITHUB_TOKEN")}")
@staticmethod
def load_system_prompt():