Update utils/ads_references.py
Browse files- 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 |
|