devcem / openai-notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAI Notes

This repo will contain my personal notes about OpenAI, GPT-3, and other related topics. The main objective is to have a place to store my notes and to share them with the community. But also creating a "useful" tool that I can use my daily life. Codename is this tool is "Nerd" a discord bot that can write new features, fix bugs and deploy/maintain the codebase.

Definitions

  • I will use the term "AI" to refer to any kind of artificial intelligence, including machine learning, deep learning, and other related topics.
  • In order to create a useful tool, I'll need certain algorithms, data structures. And notes will be about them.

Templates

Best Prompt Settings

  • Temperature, 0.37 works better with zonf's prompt. When temperature is 0, there is no creativity, use 0 only in the case where you have at least 2-3 lines of code.
  • Use """ to seperate questions from code.
  • code-davinci 002

Read

Update Log

  • First version of Nerd bot created at "09/30/2022". This version can modify simple parts of any code on PHP backend. It works with this method: Find related file -> Find related route -> Modify it with OpenAI's edit function and show changes with diff function.

About