Ludovicollin commited on
Commit
470c740
·
verified ·
1 Parent(s): 44af751

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -257,7 +257,7 @@ async def setup_agent(settings):
257
  api_key=os.environ['ANTHROPIC_API_KEY'],
258
  )
259
  if settings['romeInput']:
260
- romeList = settings['romeInput'] + " - "
261
  cl.user_session.set("romeFree", romeList)
262
  else:
263
  romeList = settings['rome']
 
257
  api_key=os.environ['ANTHROPIC_API_KEY'],
258
  )
259
  if settings['romeInput']:
260
+ romeList = settings['romeInput'] + " - " + settings['romeInput']
261
  cl.user_session.set("romeFree", romeList)
262
  else:
263
  romeList = settings['rome']