5 lines
127 B
Python
5 lines
127 B
Python
base_url = "https://api.openai.com/v1/"
|
|
secret_key = "YOUR-OPENAI-SECRET-KEY-HERE"
|
|
vector_store = "YOUR-VECTOR-STORE-ID-HERE"
|
|
|