mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
Separate local mode into llms-llama-cpp and embeddings-huggingface for clarity
This commit is contained in:
parent
85276893a3
commit
c3fe36e070
21 changed files with 186 additions and 106 deletions
12
settings-openai.yaml
Normal file
12
settings-openai.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
server:
|
||||
env_name: ${APP_ENV:openai}
|
||||
|
||||
llm:
|
||||
mode: openai
|
||||
|
||||
embedding:
|
||||
mode: openai
|
||||
|
||||
openai:
|
||||
api_key: ${OPENAI_API_KEY:}
|
||||
model: gpt-3.5-turbo
|
||||
Loading…
Add table
Add a link
Reference in a new issue