mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-30 09:28:19 -05: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