fix typo for ollama

This commit is contained in:
KennyDizi
2023-10-31 20:38:27 +07:00
parent a751bb0ef0
commit 29a8cf8357

View File

@ -34,7 +34,7 @@ key = "" # Optional, uncomment if you want to use Huggingface Inference API. Acq
api_base = "" # the base url for your huggingface inference endpoint
[ollama]
api_base = "" # the base url for your huggingface inference endpoint
api_base = "" # the base url for your local Llama 2, Code Llama, and other models inference endpoint. Acquire through https://ollama.ai/
[github]
# ---- Set the following only for deployment type == "user"