clean code - few features to addd
This commit is contained in:
parent
d161adc3a0
commit
9c6540efd1
2 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ if "openai_api_key" in st.session_state and "firecrawl_api_key" in st.session_st
|
|||
if url:
|
||||
result = exa.find_similar(
|
||||
url=url,
|
||||
num_results=2,
|
||||
num_results=3,
|
||||
exclude_source_domain=True,
|
||||
category="company"
|
||||
)
|
||||
|
|
@ -74,7 +74,7 @@ if "openai_api_key" in st.session_state and "firecrawl_api_key" in st.session_st
|
|||
type="neural",
|
||||
category="company",
|
||||
use_autoprompt=True,
|
||||
num_results=2
|
||||
num_results=3
|
||||
)
|
||||
else:
|
||||
raise ValueError("Please provide either a URL or a description.")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
exa-py==1.0.6
|
||||
firecrawl-py==1.9.0
|
||||
duckduckgo-search==7.2.1
|
||||
phidata
|
||||
phidata==2.7.3
|
||||
streamlit
|
||||
Loading…
Reference in a new issue