mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-12 17:42:20 -04:00
Create David
This commit is contained in:
parent
2b50ee6daf
commit
81146e662e
14 changed files with 3913 additions and 0 deletions
9
prompts/gpts/knowledge/David/retrieve_time.py
Normal file
9
prompts/gpts/knowledge/David/retrieve_time.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
def retrieve_time():
|
||||
with open('time_tracker.txt', 'r') as file:
|
||||
last_updated_time = file.read()
|
||||
return last_updated_time
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(retrieve_time())
|
Loading…
Add table
Add a link
Reference in a new issue