feat: Add private ai example (#1101)
This commit is contained in:
10
examples/private-ai/config.yaml
Normal file
10
examples/private-ai/config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
llm:
|
||||
provider: gpt4all
|
||||
config:
|
||||
model: 'orca-mini-3b-gguf2-q4_0.gguf'
|
||||
max_tokens: 1000
|
||||
top_p: 1
|
||||
embedder:
|
||||
provider: huggingface
|
||||
config:
|
||||
model: 'sentence-transformers/all-MiniLM-L6-v2'
|
||||
Reference in New Issue
Block a user