[Improvement] Add support for gpt4all through langchain (#838)

This commit is contained in:
Deven Patel
2023-10-25 22:25:00 -07:00
committed by GitHub
parent d77e8da3f3
commit 0f8a2e624a
8 changed files with 35 additions and 28 deletions

View File

@@ -108,8 +108,6 @@ llm:
embedder:
provider: gpt4all
config:
model: 'all-MiniLM-L6-v2'
```
</CodeGroup>