Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove openai #33

Merged
merged 2 commits into from
Oct 1, 2023
Merged

Conversation

RalphHuber
Copy link
Collaborator

  • Remove all imports of package openai
  • Remove all lines of code using the hosted openai APIs
  • Replace those lines with # TODO or pass for others to fill out
  • Remove relevant lines from requirements.txt
  • Remove relevant lines from pyproject.toml

removed all references to openAI. Hoping it was right to remove the call to openAI completely, but didnt have context as to why openAI is being removed, so correct me if Im wrong.

@RalphHuber RalphHuber mentioned this pull request Sep 26, 2023
5 tasks
@audreyfeldroy
Copy link
Member

All looks great. Yes, removing the OpenAI API call was correct. To make this truly free software I didn't want contributors or users to have to put a credit card into OpenAI, and I was concerned about https://www.businessinsider.com/openai-kenyan-contract-workers-label-toxic-content-chatgpt-training-report-2023-1

I see merge conflicts after I merged the previous PR. Are you able to resolve them on your end? Otherwise I can try tomorrow.

@audreyfeldroy audreyfeldroy merged commit 64ca8be into crisishistory:main Oct 1, 2023
1 check passed
@audreyfeldroy audreyfeldroy added the hacktoberfest-accepted Issue or PR is approved for anyone who wants it to count toward Hacktoberfest label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Issue or PR is approved for anyone who wants it to count toward Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants