mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
fixed a typo
This commit is contained in:
parent
cf7341fe2c
commit
0b59ecc0f7
Binary file not shown.
@ -71,7 +71,7 @@ class Standalone:
|
||||
|
||||
def sendMessage(self, input_data: str):
|
||||
wisdomFilePath = os.path.join(
|
||||
config_directory, f"paterns/{self.pattern}/system.md")
|
||||
config_directory, f"patterns/{self.pattern}/system.md")
|
||||
user_message = {"role": "user", "content": f"{input_data}"}
|
||||
wisdom_File = os.path.join(
|
||||
current_directory, wisdomFilePath)
|
||||
|
Loading…
Reference in New Issue
Block a user