From a8e5aa76e88a3b43800bc70774b861dfb6439fe8 Mon Sep 17 00:00:00 2001 From: niansa Date: Thu, 30 Mar 2023 07:05:13 -0500 Subject: [PATCH] Removed test.cpp --- test.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test.cpp 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; -}