Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix typo in wizard_internet_blueprint.py #4912

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class WizardOfInternetBlueprintArgs(ParlAIChatBlueprintArgs):
persona_counts_file: str = field(
default=MISSING,
metadata={
'help': 'A semicolon seperated list of personas and their count (file)'
'help': 'A semicolon separated list of personas and their count (file)'
},
)

Expand Down