cafierom commited on
Commit
5843a55
·
verified ·
1 Parent(s): a46c075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ similars_tool: queries Pubchem for similar molecules based on the smiles string
246
  returns the names, SMILES strings, molecular weights and logP values for the similar molecules. \n \
247
  '
248
 
249
- res = chat_model.invoke(prompt
250
  print(res)
251
 
252
  tool_choices = str(res).replace('smilars', 'similars').split('<|assistant|>')[1].split('#')[0].strip()
 
246
  returns the names, SMILES strings, molecular weights and logP values for the similar molecules. \n \
247
  '
248
 
249
+ res = chat_model.invoke(prompt)
250
  print(res)
251
 
252
  tool_choices = str(res).replace('smilars', 'similars').split('<|assistant|>')[1].split('#')[0].strip()