/AISA_StockBroker

Intermediate Project for the Artificial Intelligence Student Association

Primary LanguagePython

AISA_StockBroker

Intermediate Project for the Artificial Intelligence Student Association

Stockbroker GPT

This repository contains code for the Spring 2023 intermediate project for the AISA at the University of Oregon.

Setup

The first thing you will need is an OpenAI API key. We will provide you a key. If you want to use your own API key, go to the OpenAI Developer Console and create a new secret key. Create a .env file through whatever method your prefer; touch .env and so on. Then edit that file and write OPENAI_API_KEY = "sk-..." where sk... is your api key you created.

Code and comments written by John Heibel