emit github token when starting
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user