Merge pull request #368 from RealHurrison/main

fix: The variable 'wisdomFilePath' is already a complete path constru…
This commit is contained in:
Daniel Miessler 2024-05-10 20:14:46 -07:00 committed by GitHub
commit fffbd81c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@ class Standalone:
else: else:
user = input_data user = input_data
user_message = {"role": "user", "content": f"{input_data}"} user_message = {"role": "user", "content": f"{input_data}"}
wisdom_File = os.path.join(current_directory, wisdomFilePath) wisdom_File = wisdomFilePath
buffer = "" buffer = ""
system = "" system = ""
if self.pattern: if self.pattern: