Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- 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 |
|