You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inputs = {"messages": [("user",f"Provide users with link of the product with detailed report for each of the top 5 products found based on the query:{query}")]}
response = graph.invoke(inputs, config=config)
return str(response['messages'][-1].content)
iface = gr.ChatInterface(fn=chat_with_gpt, fill_width= True, description="Hi, How may I help you" ,title = "DocBot", css = 'styles.css')