COSC481W-2024Winter / JARVIS

J.A.R.V.I.S
2 stars 3 forks source link

Jacob/send emails #29

Closed JacobYankee closed 9 months ago

JacobYankee commented 9 months ago

Adding gpt.dart to main branch to allow for use in main application.

ghost commented 9 months ago

needs to implement env variables, see other code segments for examples. needs to remove redundant package calls test fails due to no env variables. needs to be moved to backend directory.

ghost commented 9 months ago

further remove the test from gpt.dart, it shouldn't be in there.

JacobYankee commented 9 months ago

The content of this pull request should be discarded as the code written in gpt.dart uses an SDK to call ChatGPT instead of an HTTP call.