-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs updates. Add sonar-reasoning. Add chat keyboard shortcuts
- Loading branch information
1 parent
2a935fc
commit a5300ba
Showing
22 changed files
with
203 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
# Chat | ||
# AI Chat | ||
|
||
A basic chat interface like chatgpt.com or claude.ai is provided where you can select the LLM model (or multi-agent model) used for each message generation. | ||
Sophia provides a chat interface like chatgpt.com or claude.ai. | ||
|
||
Attachments and more features are on the roadmap. | ||
## LLM selection | ||
|
||
The LLM model selection can be changed over a conversation. | ||
|
||
The model selection also allows selecting the composite implementations of the LLM interface such as multi-agent debate/review implementations or | ||
fallbacks across multiple. | ||
|
||
## Attachments | ||
|
||
Images and PDF files can be attached to a message. However, it is required that the LLM selected supports all the file/image types | ||
in the new and previous messages, otherwise an error will occur. | ||
|
||
## Keyboard shortcuts | ||
|
||
- **Ctrl - M**: Open the LLM model selection | ||
- **Ctrl - A**: Add attachment | ||
- **Ctrl - I**: Open/close the chat info/settings panel | ||
- **Ctrl - E**: Toggle enter sends the message or adds a new line | ||
<!-- | ||
- **Ctrl - C**: Toggle caching (Anthropic models only) | ||
--> | ||
|
||
## Screenshots | ||
|
||
![Chats](https://public.trafficguard.ai/sophia/chat.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.