Feat: Pulumi S3
This commit is contained in:
@@ -41,7 +41,7 @@ if prompt := st.chat_input("Type your message here..."):
|
||||
|
||||
# Simulate streaming response (replace with actual API call)
|
||||
|
||||
result = orquestrador.main(prompt,str(st.session_state.messages),selected_value,base)
|
||||
result = orquestrador.main(prompt,str(st.session_state.messages))
|
||||
full_response = result["response"]
|
||||
|
||||
# Simulate typing effect
|
||||
|
||||
Reference in New Issue
Block a user