Skip to content

Commit

Permalink
Update market_health_reporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseymur committed Feb 27, 2024
1 parent 911f4f0 commit 48987d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/market_health_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tools.report_graphics_tool import Visualization


REPO_NAME = "1712n/dn-institute"
REPO_NAME = "Kseymur/dn-institute"
SYSTEM_PROMPT_FILE = 'tools/market_health_reporter_doc/prompts/system_prompt.txt'
HUMAN_PROMPT_FILE = 'tools/market_health_reporter_doc/prompts/prompt1.txt'
ARTICLE_EXAMPLE_FILE = 'content/market-health/posts/2023-08-14-huobi/index.md'
Expand Down Expand Up @@ -189,4 +189,4 @@ def main():
post_comment_to_issue(args.github_token, int(args.issue), REPO_NAME, output)

except Exception as e:
print(f"Error occurred: {e}")
print(f"Error occurred: {e}")

0 comments on commit 48987d7

Please sign in to comment.