mirror of
https://github.com/mudler/LocalAI.git
synced 2025-12-29 01:19:32 -05: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 |