mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:56:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
2c31d16d8d
commit
6a94ccd943
1 changed files with 2 additions and 2 deletions
|
|
@ -281,10 +281,10 @@ Deno.serve(async (req) => {
|
||||||
railway_service_id: railwayServiceId,
|
railway_service_id: railwayServiceId,
|
||||||
vps_pool_id: pool.id,
|
vps_pool_id: pool.id,
|
||||||
model_config: {
|
model_config: {
|
||||||
provider: model,
|
provider: modelFinal,
|
||||||
stt: sttProvider,
|
stt: sttProvider,
|
||||||
tts: ttsProvider,
|
tts: ttsProvider,
|
||||||
agent_name: agentName,
|
agent_name: agentNameFinal,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.eq("id", agent.id);
|
.eq("id", agent.id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue