noah007 commited on
Commit
8af57ab
·
verified ·
1 Parent(s): 6c304d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ Context is: {input_context}
50
  "collection_name": "autogen_rag",
51
  },
52
  )
53
-
54
  return assistant, ragproxyagent
55
 
56
 
 
50
  "collection_name": "autogen_rag",
51
  },
52
  )
53
+ print("initialize:",assistant.llm_config)
54
  return assistant, ragproxyagent
55
 
56