Feature: Custom Ollama endpoint base_url (#1301)

This commit is contained in:
Felipe Amaral
2024-03-04 23:09:45 -03:00
committed by GitHub
parent faacfeb891
commit 6078738d34
4 changed files with 5 additions and 0 deletions

View File

@@ -427,6 +427,7 @@ def validate_config(config_data):
Optional("endpoint"): str,
Optional("model_kwargs"): dict,
Optional("local"): bool,
Optional("base_url"): str,
},
},
Optional("vectordb"): {