docs: Fixed a typo in the Vertex AI client configuration example in the example global configuration file
This commit is contained in:
+5
-5
@@ -110,7 +110,7 @@ document_loaders:
|
|||||||
# ---- Appearance ----
|
# ---- Appearance ----
|
||||||
highlight: true # Controls syntax highlighting
|
highlight: true # Controls syntax highlighting
|
||||||
light_theme: false # Activates a light color theme when true. env: LOKI_LIGHT_THEME
|
light_theme: false # Activates a light color theme when true. env: LOKI_LIGHT_THEME
|
||||||
# Custom REPL left/right prompts, TODO reference docs for prompt variables
|
# Custom REPL left/right prompts; see the [REPL Prompt Documentation](./docs/REPL-PROMPT.md) for more information
|
||||||
left_prompt:
|
left_prompt:
|
||||||
'{color.red}{model}){color.green}{?session {?agent {agent}>}{session}{?role /}}{!session {?agent {agent}>}}{role}{?rag @{rag}}{color.cyan}{?session )}{!session >}{color.reset} '
|
'{color.red}{model}){color.green}{?session {?agent {agent}>}{session}{?role /}}{!session {?agent {agent}>}}{role}{?rag @{rag}}{color.cyan}{?session )}{!session >}{color.reset} '
|
||||||
right_prompt:
|
right_prompt:
|
||||||
@@ -247,10 +247,10 @@ clients:
|
|||||||
- type: vertexai
|
- type: vertexai
|
||||||
project_id: xxx
|
project_id: xxx
|
||||||
location: xxx
|
location: xxx
|
||||||
# Specifies an application-default-credentials (adc) file
|
# Specifies an application default credentials (adc) file
|
||||||
# Run `gcloud auth application-default login` to init the adc file
|
# Run `gcloud auth application-default login` to initialize the ADC file
|
||||||
# see https://cloud.google.com/docs/authentication/external/set-up-adc
|
# see https://cloud.google.com/docs/authentication/external/set-up-adc for more information
|
||||||
adc_file: <gcloud-config-dir>/application_default_credentials.json> # Optional field
|
adc_file: <gcloud-config-dir>/application_default_credentials.json # Optional
|
||||||
patch:
|
patch:
|
||||||
chat_completions:
|
chat_completions:
|
||||||
'gemini-.*':
|
'gemini-.*':
|
||||||
|
|||||||
Reference in New Issue
Block a user