Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,6 @@
|
|
5 |
import openai #importing openai for API usage
|
6 |
import chainlit as cl #importing chainlit for our app
|
7 |
|
8 |
-
# You only need the api key inserted here if it's not in your .env file
|
9 |
-
openai.api_key = "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"
|
10 |
-
|
11 |
# We select our model. If you do not have access to GPT-4, please use GPT-3.5T (gpt-3.5-turbo)
|
12 |
|
13 |
model_name = "gpt-3.5-turbo"
|
|
|
5 |
import openai #importing openai for API usage
|
6 |
import chainlit as cl #importing chainlit for our app
|
7 |
|
|
|
|
|
|
|
8 |
# We select our model. If you do not have access to GPT-4, please use GPT-3.5T (gpt-3.5-turbo)
|
9 |
|
10 |
model_name = "gpt-3.5-turbo"
|