aquibmoin commited on
Commit
869c019
·
verified ·
1 Parent(s): a806bea

Update utils/ads_references.py

Browse files
Files changed (1) hide show
  1. utils/ads_references.py +1 -0
utils/ads_references.py CHANGED
@@ -1,4 +1,5 @@
1
  from astroquery.nasa_ads import ADS
 
2
 
3
  def extract_keywords_with_gpt(context, client, max_tokens=100, temperature=0.3):
4
 
 
1
  from astroquery.nasa_ads import ADS
2
+ import re
3
 
4
  def extract_keywords_with_gpt(context, client, max_tokens=100, temperature=0.3):
5