mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-27 03:11:11 +00:00
* Extract optional dependencies * Separate local mode into llms-llama-cpp and embeddings-huggingface for clarity * Support Ollama embeddings * Upgrade to llamaindex 0.10.14. Remove legacy use of ServiceContext in ContextChatEngine * Fix vector retriever filters
13 lines
148 B
YAML
13 lines
148 B
YAML
server:
|
|
env_name: ${APP_ENV:openai}
|
|
|
|
llm:
|
|
mode: openai
|
|
|
|
embedding:
|
|
mode: openai
|
|
|
|
openai:
|
|
api_key: ${OPENAI_API_KEY:}
|
|
model: gpt-3.5-turbo
|