mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-26 15:51:05 +00:00
8 lines
141 B
C
8 lines
141 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
int load_model(char *model);
|
||
|
int tts(char *text,int threads, char *dst );
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|