<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --------- Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
19 lines
No EOL
517 B
Text
19 lines
No EOL
517 B
Text
# In case you choose to use OpenAI provider, just adjust the model and api_key.
|
|
LLM_API_KEY=""
|
|
LLM_MODEL="openai/gpt-4o-mini"
|
|
LLM_PROVIDER="openai"
|
|
# Not needed if you use OpenAI
|
|
LLM_ENDPOINT=""
|
|
LLM_API_VERSION=""
|
|
|
|
# In case you choose to use OpenAI provider, just adjust the model and api_key.
|
|
EMBEDDING_API_KEY=""
|
|
EMBEDDING_MODEL="openai/text-embedding-3-large"
|
|
EMBEDDING_PROVIDER="openai"
|
|
# Not needed if you use OpenAI
|
|
EMBEDDING_ENDPOINT=""
|
|
EMBEDDING_API_VERSION=""
|
|
|
|
|
|
GRAPHISTRY_USERNAME=""
|
|
GRAPHISTRY_PASSWORD="" |