This repo hosts my code for the article "Relationship Extraction with GPT-3".
-
Python
-
GPT-3 API key
Follow the instruction in the article.
export OPENAI_API_KEY=[Your_GPT-3_API_KEY]
python python_api.py example_challenge.txt example_training.txt
- Sixing Huang - Concept and Coding
This project is licensed under the MIT License - see the LICENSE file for details