Nothing
with_mock_dir("httptest2/predict", {
test_that("gptzero_predict_file works", {
x <- gptzero_predict_file(tf_fake)
expect_s3_class(x, 'tbl_df')
})
gptzero_predict_text
test_that("gptzero_predict_text works", {
x <- gptzero_predict_text(abstr)
expect_s3_class(x, 'tbl_df')
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.