Skip to content

Commit 2b60b8f

Browse files
authored
Merge pull request #29 from A-Baji/dev
oops
2 parents de52e1f + 9e2f03c commit 2b60b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discordai_modelizer/customize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def create_model(bot_token: str, openai_key: str, channel_id: str, user_id: str,
4040
# Parse logs
4141
print("INFO: Parsing chat logs into an openAI compatible dataset...")
4242
parse_logs(full_logs_path, channel_id, user_id, thought_time)
43+
get_lines(full_dataset_path, max_entry_count, reduce_mode)
4344

4445
# Train customized openAI model
4546
if base_model in ["davinci", "curie", "babbage", "ada"]:

0 commit comments

Comments
 (0)