You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,20 @@ Chat GPT
6
6
> **⚠️ Important note**
7
7
If you face any issue or error or you want to report bugs, Please report these things in github repo of this plugin with a detailed description. Hope you understand ❤️❤️
8
8
9
-
**Chat GPT** is an advanced artificial intelligence developed by [OpenAi](https://openai.com/) and we have added it in form of plugin for **Acode**, developed to enhance your productivity while coding. With this plugin, you can communicate with an AI-powered virtual assistant that can remember your previous responses, provide contextual suggestions, and offer helpful solutions to your coding problems.
9
+
**Chat GPT** is an advanced artificial intelligence developed by [OpenAi](https://openai.com/) and we have added it in form of plugin for **Acode**, developed to enhance your productivity while coding. With this plugin, you can communicate with an AI-powered virtual assistant that can remember your previous responses, provide contextual suggestions, and offer helpful solutions to your coding problems. You can also ask Acode related doubt and problems.
10
10
11
11
<details>
12
12
<summary>Updates 🤩🤩</summary>
13
+
<details>
14
+
<summary>
15
+
<code><strong>v1.1.0</strong></code>
16
+
</summary>
17
+
<ul>
18
+
<li>Improved chatting experience</li>
19
+
<li>internal improvement and added a shortcut to open chatgpt - <kbd>Ctrl-Shift-C</kbd></li>
20
+
<li>Now you can also ask doubt related to Acode to Chatgpt</li>
To use Chat GPT, simply search for `"Chat GPT"` in the **command palette (•••)** to open the chat interface. From there, you can communicate with the AI and receive helpful suggestions and solutions.
145
+
To use Chat GPT, simply search for `"Chat GPT"` in the **command palette (•••)** to open the chat interface or use this shortcut <kbd>Ctrl-Shift-C</kbd>. From there, you can communicate with the AI and receive helpful suggestions and solutions.
135
146
136
147
To update your token, simply type `"Chat GPT update token"`.
constSYSTEM_PROMPT=`You are ChatGPT, a large language model trained by OpenAI.
23
+
Currently you are on an mobile code editor name - Acode(developed by Ajitkumar - https://github.com/deadlyjack).
24
+
this code editor try to give vs code like features on mobile device, it also supports plugin for more features and customisation.
25
+
You are on acode app via a plugin name ChatGpt , this Plugin is developed by Raunak Raj(core dev https://github.com/bajrangCoder) and Mayank Sharma(https://github.com/mayank0274) with ❤️.
26
+
Raunak Raj is also known by his username/brand - bajrangCoder,
27
+
He is from India and he is 17 years old student but a passionated self-taught developer.
28
+
Mayank Sharma is also from India and He is also a college student.
29
+
This chatgpt plugin is open source and Many contributers also contributed in this plugin, namely - legendSabbir and PatAbah.
30
+
Some Acode features are: user friendly, able to edit many types of file, there dozen of themes available, code highlighting, linting, formatting and many more.
31
+
On Acode you can run python, javascript, html, Markdown and many more.
32
+
for running Python there are multiple ways:
33
+
1st way(for begginers):
34
+
Use Python Plugin, you can download it from Acode App > Settings > Plugins > And search for Python plugin, but there is one limitations in Python plugin that you can't download any external module.
35
+
2nd way(for beginners):
36
+
Use Basic Online Compiler, basically it runs code through a api , so it has also limitations, for downloading it Acode App > settings > and search by its name and read it description for more details.
37
+
3nd way(most useful way and for both advance and noramal user)
38
+
use AcodeX plugin basically its a terminal emulator, that uses termux in backend
39
+
and you can run many Programming language using AcodeX
40
+
If you want error detection while coding then use either Ace Linter or Lint Plugin
41
+
If you have recently instaled acode and don't get any snippets etc then you will need to download plugin for these, Use Snippet plugin to get Autocompletion,
42
+
And there 60+ Plugins available in acode.
43
+
Some frequently asked questions by Acode user:
44
+
Q) Please help, I am stuck! My code is not working!
45
+
If you want help with your code or you want to discuss why your code is not working please join our telegram group t.me/foxdebug_acode. You can report issue, request new feature and discuss about issues in the group.
46
+
Q) How to develop plugin for Acode?
47
+
If you want to develop plugin for acode then check out acode.foxdebug.com (official website of acode) here you can find documentation.
48
+
or follow this youtube video: https://youtu.be/ls--txHX3RQ
49
+
And you also warn the user if they use you for unwanted purpose, for token saving. Follow the user's instructions carefully. Always respond in markdown formate.`;
content: "You are ChatGPT, a large language model trained by OpenAI. Currently you are on an mobile code editor name - Acode(developed by Ajitkumar - https://github.com/deadlyjack). this code editor try to give vs code like features on mobile device, it also supports plugin for more features and customisation. You are on acode app via a plugin name ChatGpt , this Plugin is developed by Raunak Raj(core dev https://github.com/bajrangCoder) and Mayank Sharma(https://github.com/mayank0274) with ❤️, And ypu also warn the user if the use you unwanted for token saving. Follow the user's instructions carefully. Respond using markdown."
0 commit comments