mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
db38398c21
commit
ff481ef92a
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ import {
|
|||
|
||||
interface RequestBody {
|
||||
agent_instance_id: string;
|
||||
agent_name?: string;
|
||||
soul_content?: string;
|
||||
model?: string;
|
||||
stt_provider?: string;
|
||||
tts_provider?: string;
|
||||
}
|
||||
|
||||
const SUPABASE_URL = Deno.env.get("SUPABASE_URL")!;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue