organize audio and intelligence modules

This commit is contained in:
talksik
2025-07-27 14:47:41 -07:00
parent c93267c9ee
commit 9ca1f8273c
8 changed files with 185 additions and 153 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef INTELLIGENCE_H
#define INTELLIGENCE_H
#include <stdio.h>
#include <stdlib.h>
char *ai_ask(char *question);
#endif //INTELLIGENCE_H