Skip to content

Commit

Permalink
added tiktok script
Browse files Browse the repository at this point in the history
  • Loading branch information
trbKnl committed Nov 8, 2024
1 parent a74fe36 commit 9969b1d
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/processing/py/port/platforms/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def process(session_id: int):

if table_list is not None:
logger.info("Prompt consent; %s", platform_name)
review_data_prompt = ph.generate_review_data_prompt(f"{session_id}-chatpt", REVIEW_DATA_DESCRIPTION, table_list)
review_data_prompt = ph.generate_review_data_prompt(f"{session_id}-chatgpt", REVIEW_DATA_DESCRIPTION, table_list)
yield ph.render_page(REVIEW_DATA_HEADER, review_data_prompt)

yield ph.exit(0, "Success")
Expand Down
Loading

0 comments on commit 9969b1d

Please sign in to comment.