Open PatrikPatrik2 opened 2 weeks ago
hi @PatrikPatrik2 - thanks for the bug report. Its not super clear to me from the post how one would replicate this, and it looks like the error you posted "Error in main: 'AzureOpenAI' object has no attribute 'total_usage_summary'" is incomplete - could you post the whole stack trace?
@PatrikPatrik2 please share your installed autogen package, version, and used model name. Also the full output.
Have you looked into the v0.4 preview API? I think your issue is resolved in the latest version.
I am trying to integrate LigthRag in AutoGen, but I am not sucessfull. I can get it answer the RAG question, but either it gets into an infinit loop, or if I add max_consecutive_auto_reply=1 it only do it once, but then I get this error:
`Studsvik_rag_agent (to assistant):
Conversation complete.
Error in main: 'AzureOpenAI' object has no attribute 'total_usage_summary' `
I have got completely stuck on this - Does anyone see what I have done wrong?