Git Product home page Git Product logo

promptengineering's Introduction

PromptEngineering

This project includes a multitude of minor ChatGPT application use cases. In each file, you can submit and utilize use case descriptions. We also suggest that you investigate the "ChatGPT Prompt Engineering for Developers" program by DeepLearning.ai.

Setup

  1. Install the latest Python version
  2. Install the OpenAI Python library, run the below command in your terminal:
!pip install openai
  1. Set OPENAI_API_KEY variable with your OpenAI account key, which is available on the OpenAI Account Page 3.1) You can either set it as the OPENAI_API_KEY environment variable before using the library as
!export OPENAI_API_KEY='sk-...'

3.2) Or, set openai.api_key inside the python file to its value:

openai.api_key = "sk-..."
  1. Clone the respository and run each file. Feel free to edit ad iterate the prompts

List of Files inside the projects

File Name Objective README
CustomerServiceAIAssistant.py TBD [plugins/dropbox/README.md][PlDb]
TourPlanningAIAssistant.py TBD [plugins/dropbox/README.md][PlDb]

promptengineering's People

Contributors

caladogan avatar

Stargazers

monisha jupalli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.