Spaces:
Sleeping
Sleeping
abdullahmeda
commited on
Commit
•
22ec3ea
1
Parent(s):
4517c94
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css="""
|
|
89 |
placeholder="OpenAI Key: sk-a83jv6fn3x8ndm78b5W...",
|
90 |
)
|
91 |
model = gr.Dropdown(
|
92 |
-
["gpt-4", "gpt-4-1106-preview"
|
93 |
"gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-instruct",
|
94 |
"text-davinci-002", "text-davinci-003"],
|
95 |
container=False,
|
|
|
89 |
placeholder="OpenAI Key: sk-a83jv6fn3x8ndm78b5W...",
|
90 |
)
|
91 |
model = gr.Dropdown(
|
92 |
+
["gpt-4", "gpt-4-1106-preview",
|
93 |
"gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-instruct",
|
94 |
"text-davinci-002", "text-davinci-003"],
|
95 |
container=False,
|