mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
Update scripts/data.py
This commit is contained in:
committed by
GitHub
parent
c3288dcca8
commit
8b3c2fee2e
@@ -11,7 +11,6 @@ def load_prompt():
|
||||
# Load the promt from data/prompt.txt
|
||||
|
||||
with open(SRC_DIR/ "data/prompt.txt", "r") as prompt_file:
|
||||
|
||||
prompt = prompt_file.read()
|
||||
|
||||
return prompt
|
||||
|
||||
Reference in New Issue
Block a user