mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
fix(docs): update default session location (#1412)
This commit is contained in:
@@ -44,7 +44,7 @@ If this is your first session, Goose will prompt you for an API key to access an
|
|||||||
|
|
||||||
```
|
```
|
||||||
starting session | provider: openai model: gpt-4o
|
starting session | provider: openai model: gpt-4o
|
||||||
logging to ~/.config/goose/sessions/react-migration.json1
|
logging to ~/.local/share/goose/sessions/react-migration.json1
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
@@ -58,7 +58,7 @@ If this is your first session, Goose will prompt you for an API key to access an
|
|||||||
<TabItem value="cli" label="Goose CLI" default>
|
<TabItem value="cli" label="Goose CLI" default>
|
||||||
To save and exit a session, hold down `Ctrl` + `C`. Alternatively, you can type `exit` to save and exit the session.
|
To save and exit a session, hold down `Ctrl` + `C`. Alternatively, you can type `exit` to save and exit the session.
|
||||||
|
|
||||||
Your session will be stored locally in `~/.config/goose/sessions`.
|
Your session will be stored locally in `~/.local/share/goose/sessions`.
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
To exit a session, simply close the application.
|
To exit a session, simply close the application.
|
||||||
|
|||||||
Reference in New Issue
Block a user