You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
OpenAI-VBA-Framework is an independent toolkit for developers to build VBA applications with OpenAI's language models like GPT-4, ChatGPT, and DALL-E. It offers a suite of classes for easy integration with OpenAI's API. Please note, this project is not officially associated with or endorsed by OpenAI.
6
6
7
+
## Prerequisites
8
+
- You will need to sign up for an OpenAI account and create an API_KEY. You can do this at the following location: [OpenAI API Keys](https://platform.openai.com/account/api-keys)
9
+
7
10
## Main Classes
8
11
1.`clsOpenAI` - Main class to interact with OpenAI
9
12
2.`clsOpenAILogger` - Logging class for debugging and tracking
@@ -17,21 +20,6 @@ The module `mdOpenAI_tests` is provided for testing the functionality of the fra
17
20
18
21
`OpenAIFrameworkDemo.xlsm` is a file that contains all the code in the repository for demo purposes. Other files are also included in the repository for versioning.
19
22
20
-
## Prerequisites
21
-
- You will need to sign up for an OpenAI account and create an API_KEY. You can do this at the following location: [OpenAI API Keys](https://platform.openai.com/account/api-keys)
22
-
23
-
## Installation
24
-
1. Clone this repository using the following command in your command line:
0 commit comments