Praveen76 commited on
Commit
85cc6c7
·
verified ·
1 Parent(s): 83f5f40

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -0
app/main.py CHANGED
@@ -30,6 +30,7 @@ auth_token = api_keys['TWILIO']['auth_token']
30
  account_sid = account_sid
31
  auth_token = auth_token
32
 
 
33
  # Define the persist directory
34
  persist_directory = '../vector_db/chroma_v01'
35
 
 
30
  account_sid = account_sid
31
  auth_token = auth_token
32
 
33
+ print("====account_sid:=====",account_sid)
34
  # Define the persist directory
35
  persist_directory = '../vector_db/chroma_v01'
36