acecalisto3 commited on
Commit
d0ccb42
·
verified ·
1 Parent(s): 04ec47b

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -88,7 +88,7 @@ if st.session_state.GOOGLE_API_KEY:
88
  conversation = ConversationChain(llm=llm, memory=memory)
89
  full_prompt = f"{system_prompt}\n{message}"
90
  response = conversation.run(full_prompt)
91
- return response
92
 
93
 
94
  def display_agent_info(agent_name: str):
 
88
  conversation = ConversationChain(llm=llm, memory=memory)
89
  full_prompt = f"{system_prompt}\n{message}"
90
  response = conversation.run(full_prompt)
91
+ return response
92
 
93
 
94
  def display_agent_info(agent_name: str):