Added Support for Ollama for local model inference. (#1045)

Co-authored-by: Deshraj Yadav <deshraj@gatech.edu>
This commit is contained in:
Sukkrit Sharma
2023-12-22 05:10:00 +05:30
committed by GitHub
parent 210fe9bb80
commit 0f73ba9677
11 changed files with 348 additions and 1 deletions

View File

@@ -385,6 +385,7 @@ def validate_config(config_data):
"huggingface",
"cohere",
"gpt4all",
"ollama",
"jina",
"llama2",
"vertexai",