diff --git a/cross_talk.c b/cross_talk.c index 0d62d9a..d1ece83 100644 --- a/cross_talk.c +++ b/cross_talk.c @@ -5,6 +5,7 @@ #include #include #include // For timestamps in logging +#include "unified_voice.h" #define LLAMA_API_URL "https://api.llama.ai/v1/chat" // LLaMA API endpoint #define LLAMA_API_KEY "LA-8c4003a74c5040b2b735866f22e754ed55c2ab712b0346b3bca0f1993362704a" // Replace with your LLaMA API Key