Spaces:
Runtime error
Runtime error
Update streamlit_langchain_chat/constants.py
Browse files
streamlit_langchain_chat/constants.py
CHANGED
@@ -27,6 +27,7 @@ REUSE_ANSWERS = False
|
|
27 |
LOAD_INDEX_LOCALLY = False
|
28 |
SAVE_INDEX_LOCALLY = False
|
29 |
|
|
|
30 |
# x$ per 1000 tokens
|
31 |
PRICES = {
|
32 |
'text-embedding-ada-002': 0.0004,
|
|
|
27 |
LOAD_INDEX_LOCALLY = False
|
28 |
SAVE_INDEX_LOCALLY = False
|
29 |
|
30 |
+
# TODO: pull up to date prices adaptively
|
31 |
# x$ per 1000 tokens
|
32 |
PRICES = {
|
33 |
'text-embedding-ada-002': 0.0004,
|