Skip to content

Commit

Permalink
Update cross_talk.c
Browse files Browse the repository at this point in the history
#include "unified_voice.h"

Signed-off-by: Josef Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Nov 23, 2024
1 parent 048213c commit f0ccd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cross_talk.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string.h>
#include <curl/curl.h>
#include <time.h> // 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
Expand Down

0 comments on commit f0ccd2f

Please sign in to comment.