excel_read.py # openpyxlをimportimportopenpyxl# 1行ずつ読み込み表全体を表示する # セルの値(中身)を取得する # ブックを変数に格納wb=openpyxl.load_workbook("Books/Book_read.xlsx")# シートを変数に名前で格納ws=wb["Sheet1"]# for分で1行づつ読み取りながらprint()で表示させるforrowinws...
( self, '选择文件', 'C:/', 'Text Files (*.txt);;Excel files(*.xlsx , *.xls)') if fileName_choose == '' or fileName_choose is None: return urlList = [] if fileName_choose.endswith('.txt'): a = np.loadtxt('D:\\测试专用.txt', dtype=str).tolist() for...
messages=messages,functions=functions_metadata,# 使用したい関数をリストで指定function_call="auto",temperature=0,)# 関数呼び出し有無を判定ifresponse["choices"][0]["message"].get("function_call"):msg=response["choices"][0]["message"]returnjson.loads(msg["function_call"]["...