mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add support for self hosted llm models
This commit is contained in:
parent
31e075d114
commit
ac0731a374
17 changed files with 179 additions and 48 deletions
|
|
@ -64,7 +64,7 @@ class WorkflowRecordingClient(BaseDBClient):
|
|||
storage_key=storage_key,
|
||||
storage_backend=storage_backend,
|
||||
created_by=created_by,
|
||||
metadata=metadata or {},
|
||||
recording_metadata=metadata or {},
|
||||
)
|
||||
|
||||
session.add(recording)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue