Skip to content
Open
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
4 changes: 2 additions & 2 deletions topicgpt_python/assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def assign_topics(api, model, data, prompt_file, out_file, topic_file, verbose):
parser.add_argument(
"--prompt_file",
type=str,
default="prompt/generation_1.txt",
default="prompt/assignment.txt",
help="File to read prompts from",
)
parser.add_argument(
Expand All @@ -295,7 +295,7 @@ def assign_topics(api, model, data, prompt_file, out_file, topic_file, verbose):
"--topic_file",
type=str,
default="data/output/generation_1.md",
help="File to write topics to",
help="File to read topics from",
)

parser.add_argument(
Expand Down