Skip to content

Commit f9963eb

Browse files
chore: update dependencies and add protocol parameter to embedding
1 parent 8e4bcdd commit f9963eb

2 files changed

Lines changed: 1817 additions & 1621 deletions

File tree

amrita_plugin_memory/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def build_preset() -> ModelPreset:
8585
model=env_config.embedding_model_name,
8686
base_url=env_config.embedding_model_url,
8787
api_key=env_config.embedding_model_api_key,
88+
protocol=env_config.embedding_proctol,
8889
)
8990

9091

0 commit comments

Comments
 (0)