Fixed issue with Gemini API

This commit is contained in:
ajaysi
2024-04-19 08:05:41 +05:30
parent a9a19f102d
commit 180f28a493
4 changed files with 31 additions and 36 deletions

View File

@@ -268,7 +268,7 @@ def competitor_analysis():
text += "Read More Here: https://docs.exa.ai/reference/company-analyst \n"
text += "_______________________________________________________________________\n"
print(text)
similar_url = prompt("Enter Valid URL to get web analysis:: ")
similar_url = prompt("⚠️ 👋 Enter a single Valid URL for web analysis:: ")
try:
metaphor_find_similar(similar_url)
except Exception as err: