Skip to content

Commit bae27e9

Browse files
committed
Merge branch 'main' of github.com:gerevai/gerev into main
2 parents b2a787e + 6e0bfe2 commit bae27e9

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
# **New!** 🎉 ChatGPT plugin support!
2-
**Connect Gerev as a plugin to ChatGPT, Query & ask questions about you're entire organization.**
1+
## Join Discord for early access code!
2+
3+
![Discord Shield](https://discordapp.com/api/guilds/1060085859497549844/widget.png?style=shield)
34

5+
[Join here!](https://discord.gg/NKhTX7JZAF)
6+
7+
# **New!** 🎉 ChatGPT plugin support!
8+
**Connect Gerev as a plugin to ChatGPT -> ask questions about your entire organization.**
9+
See more awesome plugins [awesome-chatgpt-plugins](https://github.com/GerevAI/awesome-chatgpt-plugins)
410
![ChatGPT Integration](./images/integ.jpeg)
511

612
# Search engine for your organization!
713
![first image](./images/api.gif)
814
**Find any conversation, doc, or internal page in seconds** ⏲️⚡️
915
**Join 100+** devs by hosting your own gerev instance, become a **hero** within your org! 💪
1016

11-
## Join Discord for early access code!
12-
13-
![Discord Shield](https://discordapp.com/api/guilds/1060085859497549844/widget.png?style=shield)
14-
15-
[Join here!](https://discord.gg/NKhTX7JZAF)
16-
# Search focused on devs
17-
Devs are the best early adopters, they adopt technology early and aid in spreading it to their non-technical peers. That's why gerev is focused on making a product dev's adore and love ❤️
18-
1917
## Made for devs 👨‍💻
2018
- **For finding internal pages _fast_ ⚡️**
2119
![second image](./images/product-example.png)

ui/src/components/data-source-panel.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,18 @@ export default class DataSourcePanel extends React.Component<DataSourcePanelProp
285285
</span>
286286
)
287287
}
288+
289+
{this.state.selectedDataSource.value === 'rocketchat' && (
290+
<span className="flex flex-col leading-9 text-xl text-white">
291+
<span>1. {'In Rocket.Chat, click your profile picture -> My Account.'}</span>
292+
<span>2. {'Click Personal Access Tokens.'}</span>
293+
<span>3. {'Check "Ignore Two Factor Authentication".'}</span>
294+
<span>4. {'Give the token a name and press "Add".'}</span>
295+
<span>5. {'Type in your password, if needed.'}</span>
296+
<span>6. {'Copy the token and user id here.'}</span>
297+
<p>Note that the url must begin with either http:// or https://</p>
298+
</span>
299+
)}
288300
</div>
289301

290302
<div className="flex flex-row flex-wrap items-end mt-4">

0 commit comments

Comments
 (0)