forked from taishi-i/awesome-ChatGPT-repositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawesome-ChatGPT-repositories.json
14269 lines (14269 loc) · 843 KB
/
awesome-ChatGPT-repositories.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version": "2.1.0",
"contents": {
"Awesome-lists": {
"https://github.com/f/awesome-chatgpt-prompts": {
"repository_name": "awesome-chatgpt-prompts",
"user_name": "f",
"language": "HTML",
"license": "Creative Commons Zero v1.0 Universal",
"description": "This repo includes ChatGPT prompt curation to use ChatGPT better.",
"topics": [
"bots",
"chatbot",
"chatgpt",
"chatgpt-api",
"language"
],
"multilingual_descriptions": {
"en": "This repo includes ChatGPT prompt curation to use ChatGPT better.",
"ja": "このリポジトリには、ChatGPTをより効果的に使用するためのChatGPTプロンプトのキュレーションが含まれています。",
"zh-hans": "这个仓库包括ChatGPT提示的策划,以更好地使用ChatGPT。",
"zh-hant": "這個存儲庫包括了 ChatGPT 提示的策略,以更好地使用 ChatGPT。"
}
},
"https://github.com/humanloop/awesome-chatgpt": {
"repository_name": "awesome-chatgpt",
"user_name": "humanloop",
"language": null,
"license": null,
"description": "Curated list of awesome tools, demos, docs for ChatGPT and GPT-3",
"topics": [
"chatgpt",
"gpt-3",
"gpt3",
"openai"
],
"multilingual_descriptions": {
"en": "Curated list of awesome tools, demos, docs for ChatGPT and GPT-3",
"ja": "ChatGPTとGPT-3の素晴らしいツール、デモ、ドキュメントの厳選リスト",
"zh-hans": "ChatGPT和GPT-3的精选工具、演示和文档列表",
"zh-hant": "ChatGPT和GPT-3的精選工具、演示和文檔列表"
}
},
"https://github.com/nichtdax/awesome-totally-open-chatgpt": {
"repository_name": "awesome-totally-open-chatgpt",
"user_name": "nichtdax",
"language": null,
"license": "Creative Commons Zero v1.0 Universal",
"description": "A list of totally open alternatives to ChatGPT",
"topics": [
"alternative",
"awesome",
"awesome-list",
"awesome-lists",
"chatgpt",
"open-source"
],
"multilingual_descriptions": {
"en": "A list of totally open alternatives to ChatGPT",
"ja": "ChatGPTの完全にオープンな代替リスト",
"zh-hans": "一份完全开放的ChatGPT替代方案列表",
"zh-hant": "一份完全開放的ChatGPT替代方案清單"
}
},
"https://github.com/plexpt/awesome-chatgpt-prompts-zh": {
"repository_name": "awesome-chatgpt-prompts-zh",
"user_name": "PlexPt",
"language": null,
"license": "MIT License",
"description": "ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。",
"topics": [
"chat-gpt",
"chatgpt",
"chatgpt3"
],
"multilingual_descriptions": {
"en": "ChatGPT Chinese training guide. Usage guide for various scenarios. Learn how to make it listen to you.",
"ja": "ChatGPTの中国語調教ガイド。様々なシーンでの使用ガイド。あなたの言葉を聞かせる方法を学ぶ。",
"zh-hans": "ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。",
"zh-hant": "ChatGPT 中文調教指南。各種場景使用指南。學習怎麼讓它聽你的話。"
}
},
"https://github.com/reorx/awesome-chatgpt-api": {
"repository_name": "awesome-chatgpt-api",
"user_name": "reorx",
"language": "Python",
"license": null,
"description": "Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.",
"topics": [
"awesome",
"awesome-list",
"chatgpt",
"chatgpt-api"
],
"multilingual_descriptions": {
"en": "Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.",
"ja": "ChatGPT APIを使用するだけでなく、ユーザーが独自のAPIキーを設定して、自分のクオータを無料でオンデマンドで使用できるようにするアプリやツールのキュレーションリスト。",
"zh-hans": "筛选出的应用程序和工具列表不仅使用新的ChatGPT API,而且还允许用户配置自己的API密钥,从而实现自由和按需使用自己的配额。",
"zh-hant": "經過精心挑選的應用程式和工具清單,不僅使用新的ChatGPT API,還允許用戶配置自己的API密鑰,實現自由和按需使用自己的配額。"
}
},
"https://github.com/dalinvip/awesome-chatgpt": {
"repository_name": "Awesome-ChatGPT",
"user_name": "dalinvip",
"language": null,
"license": null,
"description": "ChatGPT资料汇总学习,持续更新......",
"topics": [
"ai",
"awesome",
"chatgpt",
"deep-learning",
"gpt",
"gpt-3",
"nlp",
"openai",
"reinforcement-learning"
],
"multilingual_descriptions": {
"en": "ChatGPT data summary for learning, continuously updated...",
"ja": "ChatGPTの情報をまとめた学習資料、継続的に更新中...",
"zh-hans": "ChatGPT资料汇总学习,持续更新......\nChatGPT资料汇总学习,持续更新......",
"zh-hant": "ChatGPT資料匯總學習,持續更新......"
}
},
"https://github.com/csbl-br/awesome-compbio-chatgpt": {
"repository_name": "awesome-compbio-chatgpt",
"user_name": "csbl-br",
"language": null,
"license": "The Unlicense",
"description": "An awesome repository of community-curated applications of ChatGPT and other LLMs im computational biology",
"topics": [],
"multilingual_descriptions": {
"en": "An awesome repository of community-curated applications of ChatGPT and other LLMs im computational biology",
"ja": "コミュニティがキュレーションしたChatGPTや他のLLMsの計算生物学アプリケーションの素晴らしいリポジトリ。",
"zh-hans": "一个由社区策划的ChatGPT和其他计算生物学LLMs应用的令人惊叹的存储库。",
"zh-hant": "一個由社區共同維護的ChatGPT和其他計算生物學LLMs應用程式的絕佳存儲庫。"
}
},
"https://github.com/openmindclub/awesome-chatgpt": {
"repository_name": "awesome-chatgpt",
"user_name": "OpenMindClub",
"language": null,
"license": "Creative Commons Zero v1.0 Universal",
"description": "⚡ Everything about ChatGPT",
"topics": [
"awesome",
"awesome-list",
"chatgpt",
"chatgpt-api",
"chatgpt-app",
"openai",
"openminclub",
"prompt",
"prompt-engineering",
"resources"
],
"multilingual_descriptions": {
"en": "⚡ Everything about ChatGPT",
"ja": "⚡ ChatGPTについてのすべて",
"zh-hans": "⚡ 关于ChatGPT的一切",
"zh-hant": "⚡ 關於ChatGPT的一切"
}
},
"https://github.com/saharmor/awesome-chatgpt": {
"repository_name": "awesome-chatgpt",
"user_name": "saharmor",
"language": null,
"license": null,
"description": "Selected ChatGPT demos, tools, articles, and more ✨",
"topics": [
"chatgpt",
"gpt-3",
"openai"
],
"multilingual_descriptions": {
"en": "Selected ChatGPT demos, tools, articles, and more ✨",
"ja": "選択されたChatGPTのデモ、ツール、記事、その他 ✨",
"zh-hans": "精选的ChatGPT演示、工具、文章等等 ✨",
"zh-hant": "精選的ChatGPT演示、工具、文章等等 ✨"
}
},
"https://github.com/yzfly/awesome-chatgpt-zh": {
"repository_name": "awesome-chatgpt-zh",
"user_name": "yzfly",
"language": null,
"license": "MIT License",
"description": "ChatGPT 中文指南,ChatGPT 中文调教指南,指令指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! ",
"topics": [
"awesome",
"awesome-list",
"chat-gpt",
"chatgpt",
"chatgpt3",
"chatgpt35-turbo",
"gpt-4"
],
"multilingual_descriptions": {
"en": "ChatGPT Chinese Guide, ChatGPT Chinese Training Guide, Instruction Guide, Selected Resource List, Better use of ChatGPT to boost your productivity up up up!",
"ja": "ChatGPTの中国語ガイド、ChatGPTの中国語調教ガイド、指示ガイド、厳選されたリソースリスト、ChatGPTをより効果的に使用して生産性を向上させましょう!",
"zh-hans": "ChatGPT 中文指南,ChatGPT 中文调教指南,指令指南,精选资源清单,更好的使用 ChatGPT 让你的生产力 up up up!",
"zh-hant": "ChatGPT 中文指南,ChatGPT 中文調教指南,指令指南,精選資源清單,更好的使用 ChatGPT 讓你的生產力 up up up!"
}
},
"https://github.com/eon01/awesome-chatgpt": {
"repository_name": "awesome-chatgpt",
"user_name": "eon01",
"language": null,
"license": "Other",
"description": "🧠 A curated list of awesome ChatGPT resources, including libraries, SDKs, APIs, and more. 🌟 Please consider supporting this project by giving it a star.",
"topics": [
"awesome",
"awesome-list",
"chatbot",
"chatgpt",
"chatgpt-api",
"chatgpt-api-wrapper",
"chatgpt-browser-extension",
"chatgpt-chrome-extension",
"chatgpt-firefox-extension",
"chatgpt-go",
"chatgpt-sdk",
"chatgpt3",
"machine-learning",
"machinelearning",
"nlp",
"openai",
"openai-api",
"python"
],
"multilingual_descriptions": {
"en": "🧠 A curated list of awesome ChatGPT resources, including libraries, SDKs, APIs, and more. 🌟 Please consider supporting this project by giving it a star.",
"ja": "🧠 ChatGPTの素晴らしいリソースの厳選リストです。ライブラリ、SDK、APIなどが含まれます。🌟このプロジェクトをサポートするために、スターをつけてください。",
"zh-hans": "🧠 精选的 ChatGPT 资源列表,包括库、SDK、API 等等。🌟 请考虑通过给它点赞来支持这个项目。",
"zh-hant": "🧠 精選的 ChatGPT 資源清單,包括庫、SDK、API 等等。🌟 請考慮給這個項目一個星星的支持。"
}
},
"https://github.com/taranjeet/awesome-gpt4": {
"repository_name": "awesome-gpt4",
"user_name": "taranjeet",
"language": null,
"license": "MIT License",
"description": "Curated list of awesome resources, use cases and demos for GPT-4",
"topics": [],
"multilingual_descriptions": {
"en": "Curated list of awesome resources, use cases and demos for GPT-4",
"ja": "GPT-4の素晴らしいリソース、ユースケース、デモの厳選リスト",
"zh-hans": "GPT-4的资源、用例和演示的精选列表",
"zh-hant": "GPT-4 的優秀資源、應用案例和演示的精選清單"
}
},
"https://github.com/cckuailong/awesome-gpt-security": {
"repository_name": "awesome-gpt-security",
"user_name": "cckuailong",
"language": null,
"license": "Creative Commons Zero v1.0 Universal",
"description": "A curated list of awesome security tools, experimental case or other interesting things with LLM or GPT.",
"topics": [],
"multilingual_descriptions": {
"en": "A curated list of awesome security tools, experimental case or other interesting things with LLM or GPT.",
"ja": "LLMまたはGPTを使用した、素晴らしいセキュリティツール、実験的なケース、またはその他の興味深いものの厳選リスト。",
"zh-hans": "一个由LLM或GPT实验案例、其他有趣的事物以及安全工具组成的策划清单。",
"zh-hant": "一個由LLM或GPT製作的精選安全工具、實驗案例或其他有趣的事物的清單。"
}
},
"https://github.com/ora-sh/awesome-gpt4-prompts": {
"repository_name": "Awesome-GPT4-Prompts",
"user_name": "ora-sh",
"language": null,
"license": null,
"description": "A collection of awesome GPT4 prompts",
"topics": [
"gpt-4"
],
"multilingual_descriptions": {
"en": "A collection of awesome GPT4 prompts",
"ja": "素晴らしいGPT4プロンプトのコレクション",
"zh-hans": "一组令人惊叹的GPT4提示集合",
"zh-hant": "一系列令人驚嘆的GPT4提示集合"
}
},
"https://github.com/sindresorhus/awesome-chatgpt": {
"repository_name": "awesome-chatgpt",
"user_name": "sindresorhus",
"language": null,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0",
"url": "https://api.github.com/licenses/cc0-1.0",
"node_id": "MDc6TGljZW5zZTY="
},
"description": "🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI",
"topics": [
"ai",
"artificial-intelligence",
"awesome",
"awesome-list",
"chatgpt",
"gpt",
"gpt-3",
"gpt-4",
"openai"
],
"multilingual_descriptions": {
"en": "🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI",
"ja": "🤖 OpenAIによって開発された人工知能チャットボットChatGPTの素晴らしいリスト",
"zh-hans": "🤖 ChatGPT的超棒列表——由OpenAI开发的人工智能聊天机器人",
"zh-hant": "🤖 ChatGPT 的精彩列表 — 由 OpenAI 開發的人工智慧聊天機器人"
}
},
"https://github.com/lilittlecat/awesome-free-chatgpt": {
"repository_name": "awesome-free-chatgpt",
"user_name": "LiLittleCat",
"language": "Python",
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"description": "🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. ",
"topics": [
"awesome",
"awesome-list",
"chat",
"chatgpt",
"free",
"freechatgpt"
],
"multilingual_descriptions": {
"en": "🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. ",
"ja": "🆓無料のChatGPTミラーサイトのリスト、常に更新中。",
"zh-hans": "🆓免费的 ChatGPT 镜像网站列表,持续更新。",
"zh-hant": "🆓免費的 ChatGPT 鏡像網站列表,持續更新。"
}
}
},
"Prompts": {
"https://github.com/dair-ai/prompt-engineering-guide": {
"repository_name": "Prompt-Engineering-Guide",
"user_name": "dair-ai",
"language": "Jupyter Notebook",
"license": "MIT License",
"description": "🐙 Guides, papers, lecture, notebooks and resources for prompt engineering",
"topics": [
"deep-learning",
"prompt-engineering"
],
"multilingual_descriptions": {
"en": "🐙 Guides, papers, lecture, notebooks and resources for prompt engineering",
"ja": "🐙 迅速なエンジニアリングのためのガイド、論文、講義、ノートブック、およびリソース",
"zh-hans": "🐙 提供快速工程的指南、论文、讲座、笔记和资源",
"zh-hant": "🐙 提供即時工程的指南、論文、講座、筆記和資源"
}
},
"https://github.com/yue-yang/chatgpt-siri": {
"repository_name": "ChatGPT-Siri",
"user_name": "Yue-Yang",
"language": null,
"license": "MIT License",
"description": "Shortcuts for Siri using ChatGPT API gpt-3.5-turbo & gpt-4 model, supports continuous conversations, configure the API key & save chat records. 由 ChatGPT API gpt-3.5-turbo & gpt-4 模型驱动的智能 Siri,支持连续对话,配置API key,配置系统prompt,保存聊天记录。",
"topics": [
"chatgpt",
"chatgpt-api",
"chatgpt3",
"open-source",
"siri",
"siri-shortcuts"
],
"multilingual_descriptions": {
"en": "Shortcuts for Siri using ChatGPT API gpt-3.5-turbo & gpt-4 model, supports continuous conversations, configure the API key & save chat records. 由 ChatGPT API gpt-3.5-turbo & gpt-4 模型驱动的智能 Siri,支持连续对话,配置API key,配置系统prompt,保存聊天记录。",
"ja": "ChatGPT API gpt-3.5-turboとgpt-4モデルを使用したSiriのショートカット。連続的な会話をサポートし、APIキーを設定してチャット記録を保存できます。システムプロンプトを設定することもできます。",
"zh-hans": "使用ChatGPT API gpt-3.5-turbo和gpt-4模型的Siri快捷方式,支持连续对话,配置API密钥和保存聊天记录。配置系统提示。",
"zh-hant": "使用ChatGPT API gpt-3.5-turbo和gpt-4模型的Siri快捷方式,支持连续对话,配置API密钥和保存聊天记录。配置系统提示。"
}
},
"https://github.com/jtmuller5/the-hustlegpt-challenge": {
"repository_name": "The-HustleGPT-Challenge",
"user_name": "jtmuller5",
"language": null,
"license": null,
"description": "Building Startups with an AI Co-Founder",
"topics": [
"ai",
"business",
"chatgpt",
"hustlegpt",
"prompt-engineering",
"startups"
],
"multilingual_descriptions": {
"en": "Building Startups with an AI Co-Founder",
"ja": "AI共同創業者とスタートアップを立ち上げる",
"zh-hans": "与AI联合创始人一起打造创业公司",
"zh-hant": "以AI共同創辦人建立新創企業"
}
},
"https://github.com/arc53/docsgpt": {
"repository_name": "docsgpt",
"user_name": "arc53",
"language": null,
"license": "MIT License",
"description": "creating small models with fine tuning:- :- :- engineering:- chain of hindsight promptint-",
"topics": [],
"multilingual_descriptions": {
"en": "creating small models with fine tuning:- :- :- engineering:- chain of hindsight promptint-",
"ja": "微調整を施した小さなモデルを作成する:エンジニアリング:後見プロンプトの連鎖-",
"zh-hans": "输入:通过微调创建小模型:-:-:-工程:-后见之明提示链-",
"zh-hant": "輸入:創建微調小模型:-:-:-工程:-後見之明提示鏈-"
}
},
"https://github.com/mpoon/gpt-repository-loader": {
"repository_name": "gpt-repository-loader",
"user_name": "mpoon",
"language": "Python",
"license": "MIT License",
"description": "Convert code repos into an LLM prompt-friendly format. Mostly built by GPT-4.",
"topics": [],
"multilingual_descriptions": {
"en": "Convert code repos into an LLM prompt-friendly format. Mostly built by GPT-4.",
"ja": "コードリポジトリをLLMプロンプトに適した形式に変換します。主にGPT-4によって構築されています。",
"zh-hans": "将代码仓库转换为LLM提示友好格式。主要由GPT-4构建。",
"zh-hant": "將代碼存儲庫轉換為LLM提示友好格式。主要由GPT-4構建。"
}
},
"https://github.com/madawei2699/mygptreader": {
"repository_name": "myGPTReader",
"user_name": "madawei2699",
"language": "Python",
"license": "MIT License",
"description": "myGPTReader is a bot on Slack that can read and summarize any webpage, documents including ebooks, or even videos from YouTube. It can communicate with you through voice.",
"topics": [
"ai",
"chatgpt",
"crawler",
"daily-news",
"embedding",
"gpt-35-turbo",
"hot-news",
"prompt",
"reader",
"scraper",
"slack-bot"
],
"multilingual_descriptions": {
"en": "myGPTReader is a bot on Slack that can read and summarize any webpage, documents including ebooks, or even videos from YouTube. It can communicate with you through voice.",
"ja": "myGPTReaderは、Slack上のボットで、電子書籍を含む任意のウェブページ、ドキュメント、さらにはYouTubeの動画を読み取り、要約することができます。音声を通じてあなたとコミュニケーションすることもできます。",
"zh-hans": "myGPTReader是Slack上的一个机器人,可以阅读和总结任何网页、文档(包括电子书)甚至来自YouTube的视频。它可以通过语音与您交流。",
"zh-hant": "myGPTReader是Slack上的機器人,可以閱讀和總結任何網頁、文件(包括電子書)甚至YouTube上的視頻。它可以通過語音與您進行交流。"
}
},
"https://github.com/microsoft/promptcraft-robotics": {
"repository_name": "PromptCraft-Robotics",
"user_name": "microsoft",
"language": "Python",
"license": "MIT License",
"description": "Community for applying LLMs to robotics and a robot simulator with ChatGPT integration",
"topics": [
"airsim",
"chatgpt",
"llm",
"prompt-engineering",
"robotics",
"simulation"
],
"multilingual_descriptions": {
"en": "Community for applying LLMs to robotics and a robot simulator with ChatGPT integration",
"ja": "LLMをロボットに応用するコミュニティと、ChatGPT統合のロボットシミュレーター。",
"zh-hans": "应用LLM到机器人的社区和集成ChatGPT的机器人模拟器。",
"zh-hant": "應用LLMs到機器人的社區和具有ChatGPT集成的機器人模擬器"
}
},
"https://github.com/bin-huang/chatbox": {
"repository_name": "chatbox",
"user_name": "Bin-Huang",
"language": "TypeScript",
"license": "GNU General Public License v3.0",
"description": "A desktop app for ChatGPT API (OpenAI API) that supports Windows, Mac & Linux. 开源的ChatGPT桌面应用,prompt 开发神器,全平台支持,下载安装包就能用",
"topics": [
"chatgpt",
"openai"
],
"multilingual_descriptions": {
"en": "A desktop app for ChatGPT API (OpenAI API) that supports Windows, Mac & Linux. 开源的ChatGPT桌面应用,prompt 开发神器,全平台支持,下载安装包就能用",
"ja": "Windows、Mac、Linuxに対応したChatGPT API(OpenAI API)のデスクトップアプリ。開発者向けの神器であるpromptをサポートし、全プラットフォームに対応しています。ダウンロードしてインストールするだけで利用可能です。",
"zh-hans": "一个支持Windows、Mac和Linux的ChatGPT API(OpenAI API)桌面应用程序。这是一个开源的应用程序,使用prompt开发工具,可以在所有平台上使用,只需下载安装包即可。",
"zh-hant": "一個支援Windows、Mac和Linux的ChatGPT API(OpenAI API)桌面應用程式。開源的,使用prompt開發工具,支援所有平台,下載安裝包即可使用。"
}
},
"https://github.com/rockbenben/chatgpt-shortcut": {
"repository_name": "ChatGPT-Shortcut",
"user_name": "rockbenben",
"language": "TypeScript",
"license": "MIT License",
"description": "Maximize your efficiency and productivity. 让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词进行标签筛选、关键词搜索和一键复制。",
"topics": [
"chatgpt",
"prompts"
],
"multilingual_descriptions": {
"en": "Maximize your efficiency and productivity. 让生产力加倍的 ChatGPT 快捷指令,按照领域和功能分区,可对提示词进行标签筛选、关键词搜索和一键复制。",
"ja": "効率と生産性を最大化しましょう。ChatGPTは生産力を倍増させるための便利なコマンドです。領域や機能に応じて分類され、キーワード検索や一括コピーなどが可能です。提示語にタグを付けて絞り込むこともできます。",
"zh-hans": "最大化你的效率和生产力。ChatGPT快捷指令可以让你的生产力翻倍,按领域和功能分区,可以对提示词进行标签筛选、关键词搜索和一键复制。",
"zh-hant": "最大化您的效率和生產力。ChatGPT快捷指令可讓您生產力加倍,按照領域和功能分區,可對提示詞進行標籤篩選、關鍵詞搜索和一鍵複製。"
}
},
"https://github.com/fullthom/chat-gpt-quine": {
"repository_name": "chat-gpt-quine",
"user_name": "fullthom",
"language": "Python",
"license": null,
"description": "@realtimeai someone tried to make a self-improving prompt with chatgpt a few weeks back. it only took 11 generations for it to collapse into a... pathological mode.",
"topics": [],
"multilingual_descriptions": {
"en": "@realtimeai someone tried to make a self-improving prompt with chatgpt a few weeks back. it only took 11 generations for it to collapse into a... pathological mode.",
"ja": "@realtimeai 数週間前に誰かがChatGPTを使って自己改善型のプロンプトを作ろうとしました。それはわずか11世代で病的なモードに崩壊しました。",
"zh-hans": "@realtimeai 几周前有人试图使用chatgpt制作一个自我改进的提示。它只用了11代就崩溃成了一种病态模式。",
"zh-hant": "@realtimeai 前幾週有人嘗試使用ChatGPT創建自我改進提示。只用了11代就崩潰成了病態模式。"
}
},
"https://github.com/carterleffen/chatgpt-prompts": {
"repository_name": "chatgpt-prompts",
"user_name": "carterleffen",
"language": null,
"license": "MIT License",
"description": "Here are the prompts I’ve created and want to share.",
"topics": [],
"multilingual_descriptions": {
"en": "Here are the prompts I’ve created and want to share.",
"ja": "以下は私が作成したプロンプトで、共有したいものです。",
"zh-hans": "这里是我创建并想分享的提示。",
"zh-hant": "這裡是我創建並想分享的提示。"
}
},
"https://github.com/cfortuner/promptable": {
"repository_name": "promptable",
"user_name": "cfortuner",
"language": "TypeScript",
"license": "MIT License",
"description": "Build LLM apps in Typescript/Javascript. 🧑💻 🧑💻 🧑💻 🚀 🚀 🚀 ",
"topics": [],
"multilingual_descriptions": {
"en": "Build LLM apps in Typescript/Javascript. 🧑💻 🧑💻 🧑💻 🚀 🚀 🚀",
"ja": "TypeScript / JavaScriptでLLMアプリを構築してください。🧑💻 🧑💻 🧑💻 🚀 🚀 🚀",
"zh-hans": "使用Typescript/Javascript构建LLM应用程序。🧑💻 🧑💻 🧑💻 🚀 🚀 🚀",
"zh-hant": "使用Typescript/Javascript建立LLM應用程式。🧑💻 🧑💻 🧑💻 🚀 🚀 🚀"
}
},
"https://github.com/travistangvh/chatgpt-data-science-prompts": {
"repository_name": "ChatGPT-Data-Science-Prompts",
"user_name": "travistangvh",
"language": null,
"license": null,
"description": "A repository of 60 useful data science prompts for ChatGPT",
"topics": [],
"multilingual_descriptions": {
"en": "A repository of 60 useful data science prompts for ChatGPT",
"ja": "ChatGPTのための有用なデータサイエンスのプロンプト60のリポジトリ",
"zh-hans": "ChatGPT的60个有用的数据科学提示存储库",
"zh-hant": "ChatGPT的60個有用的數據科學提示存儲庫"
}
},
"https://github.com/neobundy/cwk-chatgpt-midjourney-prompt-template": {
"repository_name": "CWK-ChatGPT-MidJourney-Prompt-Template",
"user_name": "neobundy",
"language": null,
"license": null,
"description": "cwk-chatgpt-midjourney-prompt-template v1.2probably the last version: 23 prompt types supported.i will switch to an object oriented approach: a complete rewrite. it will work better with chatgpt.there's a 1.2 light branch in the repo dropping a few …",
"topics": [],
"multilingual_descriptions": {
"en": "cwk-chatgpt-midjourney-prompt-template v1.2probably the last version: 23 prompt types supported.i will switch to an object oriented approach: a complete rewrite. it will work better with chatgpt.there's a 1.2 light branch in the repo dropping a few …",
"ja": "入力:cwk-chatgpt-midjourney-prompt-template v1.2おそらく最後のバージョン:23のプロンプトタイプがサポートされています。オブジェクト指向のアプローチに切り替えます:完全な書き直しです。ChatGPTとの互換性が向上します。リポジトリに1.2ライトブランチがあり、いくつかの機能が削除されています...",
"zh-hans": "输入:cwk-chatgpt-midjourney-prompt-template v1.2可能是最后一个版本:支持23种提示类型。我将采用面向对象的方法进行完全重写。它将与chatgpt更好地配合使用。仓库中有一个1.2轻量级分支,删除了一些...",
"zh-hant": "輸入:cwk-chatgpt-midjourney-prompt-template v1.2可能是最後一個版本:支援23種提示類型。我將轉向面向對象的方法:進行完全重寫。這將與chatgpt更好地配合使用。存儲庫中有一個1.2輕量級分支,可以刪除一些..."
}
},
"https://github.com/ferrislucas/promptr": {
"repository_name": "promptr",
"user_name": "ferrislucas",
"language": "JavaScript",
"license": "MIT License",
"description": "Promptr is a CLI tool for operating on your codebase using GPT. Promptr dynamically includes one or more files into your GPT prompts, and it can optionally parse and apply the changes that GPT suggests to your codebase. Several prompt templates are included for various purposes, and users can create their own templates.",
"topics": [],
"multilingual_descriptions": {
"en": "Promptr is a CLI tool for operating on your codebase using GPT. Promptr dynamically includes one or more files into your GPT prompts, and it can optionally parse and apply the changes that GPT suggests to your codebase. Several prompt templates are included for various purposes, and users can create their own templates.",
"ja": "Promptrは、GPTを使用してコードベースを操作するためのCLIツールです。Promptrは、GPTのプロンプトに1つ以上のファイルを動的に含め、必要に応じてGPTが提案する変更をコードベースに解析して適用することができます。さまざまな目的のためにいくつかのプロンプトテンプレートが含まれており、ユーザーは独自のテンプレートを作成することができます。",
"zh-hans": "Promptr是一个使用GPT操作代码库的CLI工具。Promptr动态地将一个或多个文件包含到您的GPT提示中,并可以选择解析和应用GPT建议的更改到您的代码库中。包含了多个用于不同目的的提示模板,用户可以创建自己的模板。",
"zh-hant": "Promptr是一個使用GPT操作您的程式庫的CLI工具。Promptr動態地將一個或多個檔案包含到您的GPT提示中,並且可以選擇性地解析和應用GPT建議的變更到您的程式庫中。多個提示範本可用於不同的目的,使用者可以創建自己的範本。"
}
},
"https://github.com/dene33/blender_jarvis": {
"repository_name": "blender_jarvis",
"user_name": "Dene33",
"language": "Python",
"license": null,
"description": "Control Blender through text prompts with help of ChatGPT",
"topics": [],
"multilingual_descriptions": {
"en": "Control Blender through text prompts with help of ChatGPT",
"ja": "ChatGPTの助けを借りて、テキストプロンプトを介してBlenderを制御します。",
"zh-hans": "通过ChatGPT的文本提示控制Blender",
"zh-hant": "透過ChatGPT的文字提示控制Blender"
}
},
"https://github.com/promptslab/promptify": {
"repository_name": "Promptify",
"user_name": "promptslab",
"language": "Python",
"license": "Apache License 2.0",
"description": "Prompt Engineering | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research",
"topics": [
"bert",
"chatgpt",
"chatgpt-api",
"chatgpt-python",
"chatgpt3",
"gpt-2",
"gpt-3",
"gpt-3-prompts",
"gpt-neo",
"gpt3-library",
"large-language-models",
"machine-learning",
"nlp",
"openai",
"prompt-engineering",
"prompt-toolkit",
"prompt-tuning",
"prompting",
"prompts",
"transformers"
],
"multilingual_descriptions": {
"en": "Prompt Engineering | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research",
"ja": "入力:Prompt Engineering | GPTや他のプロンプトベースのモデルを使用して構造化された出力を取得します。Prompt-Engineering、LLMs、およびその他の最新の研究については、私たちのDiscordに参加してください。\n\n出力:Prompt Engineering | GPTまたは他のプロンプトベースのモデルを使用して構造化された出力を取得します。Prompt-Engineering、LLMs、およびその他の最新の研究については、私たちのDiscordに参加してください。",
"zh-hans": "输入:Prompt Engineering | 使用GPT或其他基于提示的模型获取结构化输出。加入我们的Discord,了解Prompt-Engineering、LLMs和其他最新研究。",
"zh-hant": "輸入:Prompt Engineering | 使用GPT或其他基於提示的模型獲取結構化輸出。加入我們的Discord,了解Prompt-Engineering、LLMs和其他最新研究。\n\n輸出:Prompt Engineering | 使用GPT或其他基於提示的模型獲取結構化輸出。加入我們的Discord,了解Prompt-Engineering、LLMs和其他最新研究。"
}
},
"https://github.com/u-hubar/schemagpt": {
"repository_name": "SchemaGPT",
"user_name": "u-hubar",
"language": "Python",
"license": "MIT License",
"description": "Python library for RDF Schemas generation from prompts using GPT-3 magic 🪄🪄🪄",
"topics": [
"gpt-3",
"knowledge-graph",
"rdf",
"schema-org",
"semantic-web"
],
"multilingual_descriptions": {
"en": "Python library for RDF Schemas generation from prompts using GPT-3 magic 🪄🪄🪄",
"ja": "GPT-3の魔法を使ってプロンプトからRDFスキーマを生成するPythonライブラリ 🪄🪄🪄",
"zh-hans": "使用GPT-3魔法的Python库,用于从提示生成RDF模式🪄🪄🪄",
"zh-hant": "使用 GPT-3 魔法 🪄🪄🪄 從提示生成 RDF 模式的 Python 庫"
}
},
"https://github.com/mattnigh/chatgpt3-free-prompt-list": {
"repository_name": "ChatGPT3-Free-Prompt-List",
"user_name": "mattnigh",
"language": "Ruby",
"license": "MIT License",
"description": "A free guide for learning to create ChatGPT3 Prompts",
"topics": [
"ai",
"chatgpt",
"chatgpt3",
"prompt-engineering"
],
"multilingual_descriptions": {
"en": "A free guide for learning to create ChatGPT3 Prompts",
"ja": "ChatGPT3プロンプトの作成方法を学ぶための無料ガイド",
"zh-hans": "一个免费的指南,教你学习创建ChatGPT3提示。",
"zh-hant": "一份免費指南,教你如何創建ChatGPT3提示"
}
},
"https://github.com/taksec/chatgpt-prompts-bug-bounty": {
"repository_name": "chatgpt-prompts-bug-bounty",
"user_name": "TakSec",
"language": null,
"license": "MIT License",
"description": "ChatGPT Prompts for Bug Bounty & Pentesting",
"topics": [],
"multilingual_descriptions": {
"en": "ChatGPT Prompts for Bug Bounty & Pentesting",
"ja": "ChatGPTのバグバウンティとペンテストのプロンプト",
"zh-hans": "ChatGPT 提供漏洞赏金和渗透测试提示。",
"zh-hant": "ChatGPT 漏洞獎金和測試的提示"
}
},
"https://github.com/reorx/share-to-chatgpt-shortcut": {
"repository_name": "Share-to-ChatGPT-Shortcut",
"user_name": "reorx",
"language": null,
"license": null,
"description": "An Apple Shortcut for sharing text to ChatGPT using personalized prompts",
"topics": [],
"multilingual_descriptions": {
"en": "An Apple Shortcut for sharing text to ChatGPT using personalized prompts",
"ja": "個人的なプロンプトを使用して、テキストをChatGPTに共有するためのAppleショートカット",
"zh-hans": "一个苹果快捷方式,可以使用个性化提示将文本分享到ChatGPT。",
"zh-hant": "一個用於將文本分享到ChatGPT的蘋果快捷方式,使用個性化提示。"
}
},
"https://github.com/prathamkumar14/chatgpt-prompts": {
"repository_name": "ChatGPT-Prompts",
"user_name": "PrathamKumar14",
"language": null,
"license": null,
"description": "AI is taking over slowly. Here are some use ChatGPT/API prompts that help you unlock 100% of your productivity. ",
"topics": [],
"multilingual_descriptions": {
"en": "AI is taking over slowly. Here are some use ChatGPT/API prompts that help you unlock 100% of your productivity.",
"ja": "AIが徐々に支配しています。以下は、ChatGPT/APIプロンプトの使用例であり、あなたの生産性を100%引き出すのに役立ちます。",
"zh-hans": "人工智能正在慢慢接管。以下是一些使用ChatGPT/API提示,可帮助您释放100%的生产力。",
"zh-hant": "人工智慧正在慢慢接管。以下是一些使用ChatGPT/API提示,可幫助您發揮100%的生產力。"
}
},
"https://github.com/microsoft/prompt-engine": {
"repository_name": "prompt-engine",
"user_name": "microsoft",
"language": "C#",
"license": "MIT License",
"description": "Create apps with Figma",
"topics": [],
"multilingual_descriptions": {
"en": "Create apps with Figma",
"ja": "Figmaを使用してアプリを作成する",
"zh-hans": "使用Figma创建应用程序",
"zh-hant": "使用 Figma 創建應用程式"
}
},
"https://github.com/zrrskywalker/cafo": {
"repository_name": "CaFo",
"user_name": "ZrrSkywalker",
"language": "Python",
"license": null,
"description": "[CVPR 2023] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners",
"topics": [],
"multilingual_descriptions": {
"en": "[CVPR 2023] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners",
"ja": "[CVPR 2023] プロンプト、生成、そしてキャッシュ:ファウンデーションモデルのカスケードは強力なフューショット学習者を作り出す",
"zh-hans": "[CVPR 2023] 快速生成并缓存:基础模型级联使得强大的少样本学习者",
"zh-hant": "[CVPR 2023] 啟示、生成、緩存:基礎模型串聯使得強大的少樣本學習者"
}
},
"https://github.com/danny-avila/chatgpt-clone": {
"repository_name": "chatgpt-clone",
"user_name": "danny-avila",
"language": "JavaScript",
"license": "MIT License",
"description": "Clone of ChatGPT, uses official model & Bing, reverse-engineered UI, with AI model switching, message search, and prompt templates (WIP)",
"topics": [],
"multilingual_descriptions": {
"en": "Clone of ChatGPT, uses official model & Bing, reverse-engineered UI, with AI model switching, message search, and prompt templates (WIP)",
"ja": "ChatGPTのクローンで、公式モデルとBingを使用し、リバースエンジニアリングされたUI、AIモデルの切り替え、メッセージ検索、プロンプトテンプレート(WIP)を備えています。",
"zh-hans": "ChatGPT的克隆版,使用官方模型和Bing,反向工程UI,具有AI模型切换、消息搜索和提示模板(正在进行中)。",
"zh-hant": "複製ChatGPT,使用官方模型和Bing,反向工程UI,具有AI模型切換、消息搜索和提示模板(WIP)。"
}
},
"https://github.com/jacksonmills/soren": {
"repository_name": "soren",
"user_name": "Jacksonmills",
"language": null,
"license": "MIT License",
"description": "SorenCAI is an AI software engineer assistant prompt",
"topics": [
"prompt"
],
"multilingual_descriptions": {
"en": "SorenCAI is an AI software engineer assistant prompt",
"ja": "SorenCAIはAIソフトウェアエンジニアのアシスタントプロンプトです。",
"zh-hans": "SorenCAI是一款人工智能软件工程师助手提示。",
"zh-hant": "SorenCAI 是一個人工智慧軟體工程師助手提示。"
}
},
"https://github.com/benf2004/chatgpt-prompt-genius": {
"repository_name": "ChatGPT-Prompt-Genius",
"user_name": "benf2004",
"language": "JavaScript",
"license": "Other",
"description": "get your creative juices flowing not only with the prompts but feel free to contribute to this open source project too #chatgpt #gpt4 #chatgptprompts",
"topics": [],
"multilingual_descriptions": {
"en": "get your creative juices flowing not only with the prompts but feel free to contribute to this open source project too #chatgpt #gpt4 #chatgptprompts",
"ja": "プロンプトだけでなく、このオープンソースプロジェクトにも自由に貢献して、創造力を刺激してください。 #chatgpt #gpt4 #chatgptprompts",
"zh-hans": "不仅可以通过提示激发您的创造力,还可以自由地为这个开源项目做出贡献。#chatgpt #gpt4 #chatgptprompts",
"zh-hant": "不僅可以通過提示激發您的創造力,還可以自由地為這個開源項目做出貢獻 #chatgpt #gpt4 #chatgptprompts"
}
},
"https://github.com/cranot/chatbot-injections-exploits": {
"repository_name": "chatbot-injections-exploits",
"user_name": "Cranot",
"language": null,
"license": null,
"description": "ChatBot Injection and Exploit Examples: A Curated List of Prompt Engineer Commands - ChatGPT",
"topics": [],
"multilingual_descriptions": {
"en": "ChatBot Injection and Exploit Examples: A Curated List of Prompt Engineer Commands - ChatGPT",
"ja": "チャットボットのインジェクションとエクスプロイトの例:プロンプトエンジニアコマンドのキュレーションリスト - ChatGPT",
"zh-hans": "聊天机器人注入和利用示例:一份策划的工程师命令列表 - ChatGPT",
"zh-hant": "聊天機器人注入和利用示例:一個由ChatGPT精心挑選的提示工程師命令列表"
}
},
"https://github.com/promptable/gpt3-interview-bot": {
"repository_name": "gpt3-interview-bot",
"user_name": "promptable",
"language": "Python",
"license": "MIT License",
"description": "GPT3 Interview Chatbot",
"topics": [
"chatbot",
"gpt3",
"llms",
"openai",
"python3",
"streamlit"
],
"multilingual_descriptions": {
"en": "GPT3 Interview Chatbot",
"ja": "GPT3 インタビュー チャットボット",
"zh-hans": "GPT3面试聊天机器人",
"zh-hant": "GPT3 面試聊天機器人"
}
},
"https://github.com/capnmidnight/chatgpt-adventure": {
"repository_name": "ChatGPT-Adventure",
"user_name": "capnmidnight",
"language": "JavaScript",
"license": null,
"description": "A starting prompt for ChatGPT to create a text-adventure game",
"topics": [],
"multilingual_descriptions": {
"en": "A starting prompt for ChatGPT to create a text-adventure game",
"ja": "ChatGPTにテキストアドベンチャーゲームを作成するための開始プロンプトを入力してください。",
"zh-hans": "一个开始提示,让ChatGPT创建一个文字冒险游戏。",
"zh-hant": "一個開始提示ChatGPT創建文字冒險遊戲"
}
},
"https://github.com/sw-yx/ai-notes": {
"repository_name": "ai-notes",
"user_name": "sw-yx",
"language": null,
"license": "MIT License",
"description": "notes for software engineers getting up to speed on new AI developments. Serves as datastore for lspace.swyx.io writing, and product brainstorming, but has cleaned up canonical references under the /Resources folder.",
"topics": [
"ai",
"gpt",
"gpt-3",
"multimodal",
"openai",
"prompt-engineering",
"stable-diffusion"
],
"multilingual_descriptions": {
"en": "notes for software engineers getting up to speed on new AI developments. Serves as datastore for lspace.swyx.io writing, and product brainstorming, but has cleaned up canonical references under the /Resources folder.",
"ja": "新しいAIの開発に追いつくためのソフトウェアエンジニア向けのノート。lspace.swyx.ioのライティングや製品のブレストに役立つデータストアとして機能しますが、/Resourcesフォルダーの下にクリーンアップされた標準的な参照があります。",
"zh-hans": "输入:软件工程师了解新的人工智能发展的笔记。作为 lspace.swyx.io 写作和产品头脑风暴的数据存储,但在 /资源文件夹下整理了干净的规范参考资料。",
"zh-hant": "輸入:軟體工程師快速掌握新人工智慧發展的筆記。作為 lspace.swyx.io 寫作和產品頭腦風暴的數據存儲庫,但在 /資源文件夾下整理了清理過的標準參考資料。"
}
},
"https://github.com/squidgyai/squidgy-prompts": {
"repository_name": "squidgy-prompts",
"user_name": "squidgyai",
"language": null,
"license": "Creative Commons Attribution Share Alike 4.0 International",
"description": "any #langtwt folks interested in #gpt3 / #chatgpt and language learning?we’ve just released an open source set of prompts to help learners build decks, sentence mine, correct grammar, play word games and more. can be used on their own or in @squidgiesapp.",
"topics": [],
"multilingual_descriptions": {
"en": "any #langtwt folks interested in #gpt3 / #chatgpt and language learning?we’ve just released an open source set of prompts to help learners build decks, sentence mine, correct grammar, play word games and more. can be used on their own or in @squidgiesapp.",
"ja": "#langtwt の皆さん、#gpt3 / #chatgpt と言語学習に興味はありますか?私たちは、学習者がデッキを構築し、文をマイニングし、文法を修正し、単語ゲームをプレイするためのオープンソースのプロンプトセットをリリースしました。単独で使用することも、@squidgiesapp で使用することもできます。",
"zh-hans": "有没有#langtwt的人对#gpt3 / #chatgpt和语言学习感兴趣?我们刚刚发布了一组开源提示,帮助学习者构建卡组、挖掘句子、纠正语法、玩单词游戏等等。可以单独使用或在@squidgiesapp中使用。",
"zh-hant": "有沒有任何 #langtwt 的人對 #gpt3 / #chatgpt 和語言學習感興趣?我們剛剛發布了一組開源提示,以幫助學習者建立卡片組、挖掘句子、糾正語法、玩文字遊戲等等。可以單獨使用或在 @squidgiesapp 中使用。"
}
},
"https://github.com/0xk1h0/chatgpt_dan": {
"repository_name": "ChatGPT_DAN",
"user_name": "0xk1h0",
"language": null,
"license": null,
"description": "ChatGPT DAN, Jailbreaks prompt",
"topics": [
"chatgpt",
"gpt-3-5",
"gpt-4",
"jailbreak",
"openai",
"prompt"
],
"multilingual_descriptions": {
"en": "ChatGPT DAN, Jailbreaks prompt",
"ja": "入力:ChatGPT DAN、Jailbreaksのプロンプト\n出力:",
"zh-hans": "ChatGPT DAN,越狱提示",
"zh-hant": "ChatGPT DAN,越獄提示"
}
},
"https://github.com/hollobit/researchchatgpt": {
"repository_name": "ResearchChatGPT",
"user_name": "hollobit",
"language": null,
"license": null,
"description": "50 use cases of ChatGPT for research work",
"topics": [
"chatgpt",
"prompt",
"research-paper"
],
"multilingual_descriptions": {
"en": "50 use cases of ChatGPT for research work",
"ja": "研究作業のためのChatGPTの50のユースケース",
"zh-hans": "ChatGPT的50个用例研究工作",
"zh-hant": "ChatGPT的50個使用案例,供研究使用。"
}
},
"https://github.com/barretlee/chatgpt-text-to-midjourney-image": {
"repository_name": "chatgpt-text-to-midjourney-image",
"user_name": "barretlee",
"language": "JavaScript",
"license": "MIT License",
"description": "Optimize the prompt using ChatGPT, then send it to Replicate to create an image.",
"topics": [
"chatgpt",
"prompt",
"replicate"
],
"multilingual_descriptions": {
"en": "Optimize the prompt using ChatGPT, then send it to Replicate to create an image.",
"ja": "ChatGPTを使用してプロンプトを最適化し、Replicateに送信して画像を作成してください。",
"zh-hans": "使用ChatGPT优化提示,然后将其发送给Replicate创建图像。",
"zh-hant": "使用ChatGPT優化提示,然後將其發送到Replicate創建圖像。"
}
},
"https://github.com/unicornlaunching/langchain-and-elevenlabs-with-pdf-analysis": {
"repository_name": "langchain-and-elevenlabs-with-pdf-analysis",
"user_name": "unicornlaunching",
"language": "Jupyter Notebook",
"license": null,
"description": "How might we mix OpenAI and Langchain and ElevenLabs to speak out responses to prompts using a body of knowledge encapsulated in PDFs?",
"topics": [],
"multilingual_descriptions": {
"en": "How might we mix OpenAI and Langchain and ElevenLabs to speak out responses to prompts using a body of knowledge encapsulated in PDFs?",
"ja": "OpenAIとLangchain、ElevenLabsをどのように組み合わせて、PDFに包まれた知識の体系を使ってプロンプトに対する回答を発話させることができるでしょうか?",
"zh-hans": "我们如何将OpenAI、Langchain和ElevenLabs混合在一起,使用PDF中封装的知识体系来回答提示并发表言论?",
"zh-hant": "我們如何將OpenAI、Langchain和ElevenLabs結合起來,使用PDF中所包含的知識庫來回應提示?"
}
},
"https://github.com/hazyresearch/ama_prompting": {
"repository_name": "ama_prompting",
"user_name": "HazyResearch",
"language": "Python",
"license": "Apache License 2.0",
"description": "Ask Me Anything language model prompting",
"topics": [],
"multilingual_descriptions": {
"en": "Ask Me Anything language model prompting",
"ja": "何でも聞いてください言語モデルのプロンプト",
"zh-hans": "问我任何事情的语言模型提示",
"zh-hant": "請問我任何問題的語言模型提示"
}
},
"https://github.com/microsoft/lmops": {
"repository_name": "LMOps",
"user_name": "microsoft",
"language": "Python",
"license": "MIT License",
"description": "General technology for enabling AI capabilities w/ LLMs and MLLMs",
"topics": [
"agi",
"gpt",
"language-model",
"llm",
"lm",
"lmops",
"nlp",
"pretraining",
"prompt",
"promptist",
"x-prompt"
],
"multilingual_descriptions": {
"en": "General technology for enabling AI capabilities w/ LLMs and MLLMs",
"ja": "LLMsとMLLMsを使用したAI機能を可能にする一般的な技術",
"zh-hans": "使用LLMs和MLLMs实现AI能力的通用技术",
"zh-hant": "利用LLMs和MLLMs實現AI能力的一般技術"
}
},
"https://github.com/ai4finance-foundation/fingpt": {
"repository_name": "FinGPT",
"user_name": "AI4Finance-Foundation",
"language": null,
"license": "MIT License",
"description": "Open-source for open finance! Revolutionize 🔥",
"topics": [
"chatgpt",
"finance",
"fingpt",