File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 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 )
3
4
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 )
4
10
![ ChatGPT Integration] ( ./images/integ.jpeg )
5
11
6
12
# Search engine for your organization!
7
13
![ first image] ( ./images/api.gif )
8
14
** Find any conversation, doc, or internal page in seconds** ⏲️⚡️
9
15
** Join 100+** devs by hosting your own gerev instance, become a ** hero** within your org! 💪
10
16
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
-
19
17
## Made for devs 👨💻
20
18
- ** For finding internal pages _ fast_ ⚡️**
21
19
![ second image] ( ./images/product-example.png )
Original file line number Diff line number Diff line change @@ -285,6 +285,18 @@ export default class DataSourcePanel extends React.Component<DataSourcePanelProp
285
285
</ span >
286
286
)
287
287
}
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
+ ) }
288
300
</ div >
289
301
290
302
< div className = "flex flex-row flex-wrap items-end mt-4" >
You can’t perform that action at this time.
0 commit comments