Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|