Skip to content

Commit

Permalink
some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCutestCat committed Aug 27, 2024
1 parent 7aaccc6 commit ddeffac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
streamlit
pandas
openai
jina
duckduckgo-search
pydantic
python-dotenv
beautifulsoup4
1 change: 0 additions & 1 deletion superexcel/SearchResponse.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from utils import extract_core_content,jinahtml2string
# born date, height, weight, nationality, club, position, salary, market value,
from duckduckgo_search import DDGS
from pprint import pprint
from utils import openai_wrapper
from PromptsAndClasses.DynamicDataFormat import create_pydantic_class,DataExtractPrompt
import concurrent.futures
Expand Down
3 changes: 1 addition & 2 deletions superexcel/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import streamlit as st
import pandas as pd
import time
from PromptsAndClasses.DynamicDataFormat import create_pydantic_class,DataExtractPrompt
from utils import openai_wrapper
from SearchResponse import extract_info_from_webpage,process_dataframe_parallel
# 创建一个示例DataFrame

@st.cache_data
def get_initial_data():
# 示例数据
Expand Down

0 comments on commit ddeffac

Please sign in to comment.