mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
Added missing code fence close ticks (#2396)
Co-authored-by: John Austin <jaustin@squareup.com>
This commit is contained in:
@@ -44,6 +44,7 @@ These variables are needed when using custom endpoints, enterprise deployments,
|
|||||||
export GOOSE_PROVIDER__TYPE="anthropic"
|
export GOOSE_PROVIDER__TYPE="anthropic"
|
||||||
export GOOSE_PROVIDER__HOST="https://api.anthropic.com"
|
export GOOSE_PROVIDER__HOST="https://api.anthropic.com"
|
||||||
export GOOSE_PROVIDER__API_KEY="your-api-key-here"
|
export GOOSE_PROVIDER__API_KEY="your-api-key-here"
|
||||||
|
```
|
||||||
## Planning Mode Configuration
|
## Planning Mode Configuration
|
||||||
|
|
||||||
These variables control Goose's [planning functionality](/docs/guides/creating-plans).
|
These variables control Goose's [planning functionality](/docs/guides/creating-plans).
|
||||||
@@ -80,7 +81,7 @@ export GOOSE_TOOLSHIM=true
|
|||||||
export GOOSE_TOOLSHIM_OLLAMA_MODEL=llama3.2
|
export GOOSE_TOOLSHIM_OLLAMA_MODEL=llama3.2
|
||||||
export GOOSE_MODE="auto"
|
export GOOSE_MODE="auto"
|
||||||
export GOOSE_CLI_MIN_PRIORITY=0.2 # Show only medium and high importance output
|
export GOOSE_CLI_MIN_PRIORITY=0.2 # Show only medium and high importance output
|
||||||
|
```
|
||||||
## Security Configuration
|
## Security Configuration
|
||||||
|
|
||||||
These variables control security related features.
|
These variables control security related features.
|
||||||
|
|||||||
Reference in New Issue
Block a user