adds search support with exa
This commit is contained in:
@@ -33,6 +33,10 @@ Default dev URL: `http://localhost:5173`
|
||||
|
||||
## UI
|
||||
|
||||
- Left panel: conversation list + new chat.
|
||||
- Right panel: selected transcript + model controls + composer.
|
||||
- Sending a message uses `POST /v1/chat-completions` and then refreshes chat history from the backend.
|
||||
- Left panel: mixed list of chat conversations and Exa searches.
|
||||
- Right panel:
|
||||
- Chat mode: transcript + provider/model controls.
|
||||
- Search mode: Google-style Exa results view.
|
||||
- Composer adapts to the active item:
|
||||
- Chat sends `POST /v1/chat-completions`.
|
||||
- Search sends `POST /v1/searches/:searchId/run`.
|
||||
|
||||
Reference in New Issue
Block a user