Commit
·
d774995
1
Parent(s):
63100e4
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ if st.button('Generate Script'):
|
|
24 |
|
25 |
# Call the OpenAI API with the chat model
|
26 |
response = openai.ChatCompletion.create(
|
27 |
-
model="gpt-4
|
28 |
messages=[
|
29 |
{"role": "system", "content": initial_messages[0]["content"]},
|
30 |
{"role": "user", "content": user_input}
|
|
|
24 |
|
25 |
# Call the OpenAI API with the chat model
|
26 |
response = openai.ChatCompletion.create(
|
27 |
+
model="gpt-4",
|
28 |
messages=[
|
29 |
{"role": "system", "content": initial_messages[0]["content"]},
|
30 |
{"role": "user", "content": user_input}
|