Skip to content

Commit

Permalink
code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jward92 committed Jul 31, 2024
1 parent c04dd18 commit d853d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ def update_source(self, source_id: uuid.UUID, name: str, user_id: uuid.UUID, des
user_id=user_id,
description=description,
embedding_model=self.config.default_embedding_config.embedding_model,
embedding_dim=self.config.default_embedding_config.embedding_dim
embedding_dim=self.config.default_embedding_config.embedding_dim,
)
self.ms.update_source(source)
return source
Expand Down

0 comments on commit d853d9a

Please sign in to comment.