mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
feat: add gemini realtime and speaches integration
- Add gemini realtime support - Add speaches support for locally hosted LLMs
This commit is contained in:
parent
2eaaabd936
commit
ee2028eb2d
19 changed files with 531 additions and 185 deletions
|
|
@ -166,7 +166,9 @@ async def ensure_node_summaries(
|
|||
continue
|
||||
|
||||
# Create a Langfuse trace for this summary generation
|
||||
trace_url = create_node_summary_trace(model, messages, summary_text, node_name)
|
||||
trace_url = create_node_summary_trace(
|
||||
model, messages, summary_text, node_name, NODE_SUMMARY_SYSTEM_PROMPT
|
||||
)
|
||||
|
||||
entry: dict[str, Any] = {"summary": summary_text}
|
||||
if trace_url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue