5 lines
152 B
Python
5 lines
152 B
Python
base_url = "https://api.openai.com/v1/"
|
|
secret_key = "YOUR-OPENAI-SECRET-KEY-HERE"
|
|
vector_store = ["YOUR-VECTOR-STORE-IDs-HERE","SEPARATED-BY-COMMAS"]
|
|
|