Spaces:
Sleeping
Sleeping
yuhei_kajima
commited on
Commit
•
8bfc25a
1
Parent(s):
2036883
fixture FilmConfig init
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def summarize(text: str):
|
|
13 |
"""
|
14 |
|
15 |
config = FilmConfig(
|
16 |
-
|
17 |
api_type="azure",
|
18 |
azure_deployment_id="gpt-35-turbo",
|
19 |
azure_api_version="2023-05-15",
|
|
|
13 |
"""
|
14 |
|
15 |
config = FilmConfig(
|
16 |
+
"gpt-3.5-turbo",
|
17 |
api_type="azure",
|
18 |
azure_deployment_id="gpt-35-turbo",
|
19 |
azure_api_version="2023-05-15",
|