Merge pull request #418 from KennyDizi/fix/configuration-typo

Fix Typo and Update Comment for Ollama Configuration
This commit is contained in:
mrT23 2023-10-31 11:14:51 -07:00 committed by GitHub
commit c907f93ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"