Skip to content

Commit 9a7d3a1

Browse files
authored
docs: automated documentation updates 2026-03-27 (#1327)
* docs: update documentation based on recent changes * Update how-to-connect-chat-gpt.mdx content Removed outdated information about reasoning profiles and default model changes.
1 parent bd9b479 commit 9a7d3a1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ OpenWork is designed to be:
4343

4444
- **Host mode**: runs opencode locally on your computer
4545
- **Client mode**: connect to an existing OpenCode server by URL.
46+
- **Workspaces**: create local workspaces from the desktop app or connect remote workers from the same sidebar flow.
4647
- **Sessions**: create/select sessions and send prompts.
4748
- **Live streaming**: SSE `/event` subscription for realtime updates.
4849
- **Execution plan**: render OpenCode todos as a timeline.

packages/docs/how-to-connect-chat-gpt.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Then, login into `openai Auth` with a valid subscription email
1717
![OpenAI authentication login page](/images/chatgpt-openai-auth-login.png)
1818
</Frame>
1919

20-
Once you have finished the auth, you can change the model below in the chat.
20+
Once you have finished the auth, open `Settings` -> `Default model` if you want new chats in that workspace to keep using ChatGPT by default.
21+
22+
You can still switch the model for a single chat from the picker in the chat view.
2123

2224
<Frame>
2325
![Model selector dropdown in chat](/images/chatgpt-model-selector.png)
@@ -27,4 +29,4 @@ You will be able to choose among any model offered by all the providers you're c
2729

2830
<Frame>
2931
![Model list showing available models from all providers](/images/chatgpt-model-list.png)
30-
</Frame>
32+
</Frame>

0 commit comments

Comments
 (0)