Skip to content

Commit

Permalink
Fix chat_name
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Jan 6, 2025
1 parent 05d5e52 commit 8eb62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragna/deploy/_ui/modal_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def did_finish_upload(self, input, corpus_name=None):
chat = self.create_chat(
user=pn.state.user,
chat_creation=schemas.ChatCreation(
name=self._engine.chat_name,
name=self.chat_name,
input=input,
corpus_name=corpus_name,
source_storage=self._engine.config.source_storage_name,
Expand Down

0 comments on commit 8eb62a9

Please sign in to comment.