Added code review persona
This commit is contained in:
@@ -15,7 +15,7 @@ class BaseTelegramInferenceBot(ABC):
|
||||
|
||||
@staticmethod
|
||||
def load_system_prompt():
|
||||
with open("prompts/developer_prompt.txt", "r") as file:
|
||||
with open(os.environ.get("SYSTEM_PROMPT_PATH"), "r") as file:
|
||||
return file.read().strip()
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user