ChatWithGit (ChatGPT Plugin): Difference between revisions
m (Text replacement - "|name = " to "|Name = ") |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Plugin infobox | {{Plugin infobox | ||
|image = | |image = ChatWithGit.png | ||
|Name = ChatWithGit | |Name = ChatWithGit | ||
|Platform = ChatGPT | |Platform = ChatGPT | ||
|Model = GPT-4 | |Model = GPT-4 | ||
|Category = | |Category = Programming | ||
|Description = Search code on GitHub repositories based on a query. | |Description = Search code on GitHub repositories based on a query. | ||
|Third Party = | |Third Party = | ||
Line 12: | Line 12: | ||
|Free = | |Free = | ||
|Price = | |Price = | ||
|Available = | |Available = Yes | ||
|Working = Yes | |||
}} | }} | ||
==Guide== | ==Guide== | ||
===Example Prompts=== | ===Example Prompts=== | ||
Example prompts that utilize the plugin: | Example prompts that utilize the plugin: | ||
#Search for repositories related to ${topic} in ${language} on GitHub. | |||
#Find me the most watched repositories that use ${language} on GitHub. | |||
#Search for the code sample of ${class_name} in the ${repository_name} repository on GitHub. | |||
#Find me the most contributed repositories that use ${language} on GitHub. | |||
#Search for the projects using ${library_name} in ${language} on GitHub. | |||
#Find me the most recent pull requests in the ${repository_name} repository on GitHub. | |||
#Search for the examples of ${design_pattern} in ${language} on GitHub. | |||
#Find me the most trending open-source projects that use ${language} on GitHub. | |||
#Search for the ${module_name} module in the ${repository_name} repository on GitHub. | |||
#Find me the most recent releases in the ${repository_name} repository on GitHub. | |||
==Tips and Tricks== | ==Tips and Tricks== | ||
==Comments== | |||
<Comments /> |
Latest revision as of 00:27, 24 June 2023
ChatWithGit (ChatGPT Plugin) | |
---|---|
Information | |
Name | ChatWithGit |
Platform | ChatGPT |
Model | GPT-4 |
Category | Programming |
Description | Search code on GitHub repositories based on a query. |
Release Date | May 31, 2023 |
Available | Yes |
Working | Yes |
ChatWithGit is a Plugin for ChatGPT.
Guide
Example Prompts
Example prompts that utilize the plugin:
- Search for repositories related to ${topic} in ${language} on GitHub.
- Find me the most watched repositories that use ${language} on GitHub.
- Search for the code sample of ${class_name} in the ${repository_name} repository on GitHub.
- Find me the most contributed repositories that use ${language} on GitHub.
- Search for the projects using ${library_name} in ${language} on GitHub.
- Find me the most recent pull requests in the ${repository_name} repository on GitHub.
- Search for the examples of ${design_pattern} in ${language} on GitHub.
- Find me the most trending open-source projects that use ${language} on GitHub.
- Search for the ${module_name} module in the ${repository_name} repository on GitHub.
- Find me the most recent releases in the ${repository_name} repository on GitHub.
Tips and Tricks
Comments
Loading comments...