ten / esp32-client /main /app_config.h
3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
raw
history blame
796 Bytes
#pragma once
//LLM Agent Service
#define TENAI_AGENT_URL "http://<ip_address>:<port>"
// LLM Agent Property. don't edit, if you want to edit pls contact Agora at first.
#define GRAPH_NAME "va_openai_v2v"
#define V2V_MODEL "gpt-4o-realtime-preview-2024-12-17"
#define LANGUAGE "en-US"
#define VOICE "ash"
#define GREETING "Can I help You?"
#define PROMPT ""
// LLM Agent Task Name
#define AI_AGENT_NAME "tenai0125-11"
// LLM Agent Channel Name
#define AI_AGENT_CHANNEL_NAME "aiAgent_chn0124-11"
// LLM User Id
#define AI_AGENT_USER_ID 12345 // user id, for device
/* function config */
/* audio codec */
#define CONFIG_USE_G711U_CODEC
/* video process */
#define CONFIG_AUDIO_ONLY