TinyChatEngine
Loading...
Searching...
No Matches
llm
include
interface.h
1
#ifndef INTERFACE_H
2
#define INTERFACE_H
3
4
void
set_print_black();
5
void
set_print_red();
6
void
set_print_yellow();
7
void
set_print_bold_yellow();
8
void
set_print_blue();
9
void
set_print_white();
10
void
set_print_reset();
11
12
#endif
Generated by
1.11.0