mirror of
https://gitlab.com/niansa/libjustlm.git
synced 2025-03-06 20:49:17 +01:00
Removed test.cpp
This commit is contained in:
parent
aaddcc0cbd
commit
a8e5aa76e8
1 changed files with 0 additions and 12 deletions
12
test.cpp
12
test.cpp
|
@ -1,12 +0,0 @@
|
|||
#include "ai.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
|
||||
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;
|
||||
}
|
Loading…
Add table
Reference in a new issue