Move some gifs to the assets s3 bucket and add instructions for Ollama, shareable conversations

This commit is contained in:
sabaimran
2024-05-25 01:08:20 +05:30
parent e23c803cee
commit e2922968d6
9 changed files with 49 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ sidebar_position: 4
You can use agents to setup custom system prompts with Khoj. The server host can setup their own agents, which are accessible to all users. You can see ours at https://app.khoj.dev/agents.
![Demo](/img/agents_demo.gif)
![Demo](https://assets.khoj.dev/agents_demo.gif)
## Creating an Agent (Self-Hosted)

View File

@@ -0,0 +1,7 @@
# Shareable Chat
You can share any of your conversations by going to the three dot menu on the conversation and selecting 'Share'. This will create a **public** link that you can share with anyone. The link will open the conversation in the same state it was when you shared it, so your future messages will not be visible to the person you shared it with.
This means you can easily share a conversation with someone to show them how you solved a problem, or to get help with something you're working on.
![demo of sharing a conversation](https://assets.khoj.dev/shareable_conversations.gif)