ash1eygrace / ai-content

A React app that uses OpenAI's Generative Pre-trained Transformer 3 (GPT-3) autoregressive deep learning language model to generate human-like text.
11 stars 3 forks source link

Refactor: Remove Excessive Data and Simplify States in GeneratorComponent #45

Closed ash1eygrace closed 1 year ago

ash1eygrace commented 1 year ago

More details about these changes are outlined in Redesign/Refactor: Simplify data passed into GeneratorComponent.js from GeneratorList.js.

This pull request refactors the data/GeneratorList to remove excessive data and simplify our states in GeneratorComponent. The following changes have been made:

These changes have been thoroughly tested, and everything works as expected.