Add OPENAI_BASE_URL configuration option
This commit is contained in:
parent
408abd24ea
commit
57ee62f3af
5 changed files with 74 additions and 23 deletions
|
|
@ -4,6 +4,7 @@ SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
|||
|
||||
[API_KEYS]
|
||||
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
|
||||
OPENAI_BASE_URL = "https://api.openai.com/v1" # OpenAI API base URL
|
||||
GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
|
||||
|
||||
[API_ENDPOINTS]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue