diff --git a/test.cpp b/test.cpp deleted file mode 100644 index 94f5868..0000000 --- a/test.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include "ai.hpp" - -#include - - - -int main() { - Ai ai; - std::cout << "Completing \"she replied that\"..." << std::endl; - std::cout << "Using model " << ai.model_name << "..." << std::endl; - std::cout << "> she replied that" << ai.complete("she replied that", '\n') << std::endl; -}