File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,6 @@ def upsert_persona(
420
420
chunks_above : int = CONTEXT_CHUNKS_ABOVE ,
421
421
chunks_below : int = CONTEXT_CHUNKS_BELOW ,
422
422
) -> Persona :
423
- print ("upserting with " )
424
- print (starter_messages )
425
- print ("-----\n \n \n " )
426
423
if persona_id is not None :
427
424
persona = db_session .query (Persona ).filter_by (id = persona_id ).first ()
428
425
else :
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ export function AssistantsGallery() {
152
152
user ,
153
153
assistants
154
154
) ;
155
- console . log ( assistants ) ;
156
155
157
156
const defaultAssistants = assistants
158
157
. filter ( ( assistant ) => assistant . is_default_persona )
Original file line number Diff line number Diff line change @@ -1724,7 +1724,6 @@ export function ChatPage({
1724
1724
mostVisibleMessageId : null ,
1725
1725
} ;
1726
1726
1727
- console . log ( availableAssistants ) ;
1728
1727
useEffect ( ( ) => {
1729
1728
if ( noAssistants ) {
1730
1729
return ;
You can’t perform that action at this time.
0 commit comments