mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
fix: load sources on shared conversations
This commit is contained in:
@@ -593,8 +593,6 @@ def get_publicly_shared_conversations(identifier: str):
|
||||
404,
|
||||
)
|
||||
conversation_queries = conversation["queries"][: (shared["first_n_queries"])]
|
||||
for query in conversation_queries:
|
||||
query.pop("sources") ## avoid exposing sources
|
||||
else:
|
||||
return (
|
||||
jsonify(
|
||||
|
||||
Reference in New Issue
Block a user