Update documentation for Vertex AI

This commit is contained in:
Rhys Tyers
2023-11-15 10:24:56 +00:00
parent 6b4b16dcf9
commit 557ec72bfe
2 changed files with 21 additions and 0 deletions

View File

@ -36,6 +36,10 @@ api_base = "" # the base url for your huggingface inference endpoint
[ollama]
api_base = "" # the base url for your local Llama 2, Code Llama, and other models inference endpoint. Acquire through https://ollama.ai/
[vertexai]
vertex_project = "" # the google cloud platform project name for your vertexai deployment
vertex_location = "" # the google cloud platform location for your vertexai deployment
[github]
# ---- Set the following only for deployment type == "user"
user_token = "" # A GitHub personal access token with 'repo' scope.