# Conflicts:
#	analysis_pipeline.py
This commit is contained in:
tigeren 2024-08-19 13:44:40 +08:00
commit f42fc08d70
3 changed files with 4 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View File

@ -160,3 +160,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# ignore apple ds_store
.DS_Store

View File

@ -1,5 +1,6 @@
import pandas as pd
from AgentProxy import AgentProxy
from datetime import datetime # Add this import
# Here you need to replace the API Key and API Secret with yourI provide a test key and secret here
api_key = '25bda2c39c0f8ca0'
@ -50,7 +51,7 @@ for index, row in df.iterrows():
try:
detailed_status = row['当前详细状态及Close节奏']
print(f"Processing row {index}")
print(f"Processing row {index} at current time: {datetime.now()}")
detailed_current_stage = row['Sales stage']
prompt = (f"某公司当前销售定义为 {sales_stage_definition}, "
f"当前销售阶段为 {detailed_current_stage}, "