Skip to content

Commit

Permalink
Update chatgpt example
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 23, 2024
1 parent 95bf416 commit e42c5ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ jobs:
- bigquery_plugin
- blast
- chatgpt_agent
- customizing_dependencies
- data_types_and_io
- dbt_plugin
- development_lifecycle
- dolt_plugin
- duckdb_plugin
- exploratory_data_analysis
- extending
- feast_integration
- forecasting_sales
- greatexpectations_plugin
- hive_plugin
- house_price_prediction
- k8s_dask_plugin
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def post_message_on_slack(message: str):
def wf(owner: str = "flyteorg", repo: str = "flyte", channel: str = "demo"):
message = get_github_latest_release(owner=owner, repo=repo)
message = chatgpt_job(message=message)
post_message_on_slack(channel=channel, message=message)
post_message_on_slack(message=message)


if __name__ == "__main__":
Expand Down

0 comments on commit e42c5ba

Please sign in to comment.