mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Updated function for setting up the convo in playground
This commit is contained in:
@@ -73,7 +73,7 @@ class AgentConvo:
|
||||
print(f"{content}\n")
|
||||
logger.info(f"{print_msg}: {content}\n")
|
||||
|
||||
def to_playground(self, path):
|
||||
def to_playground(self):
|
||||
with open('const/convert_to_playground_convo.js', 'r', encoding='utf-8') as file:
|
||||
content = file.read()
|
||||
process = subprocess.Popen('pbcopy', stdin=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user