Update app.py
Browse files
app.py
CHANGED
@@ -3118,7 +3118,7 @@ def generate_stitched_story(story: List[dict], style: str, detail_level: str, th
|
|
3118 |
|
3119 |
# Generate English version with minimal enhancements
|
3120 |
response = client.chat.completions.create(
|
3121 |
-
model="gpt-
|
3122 |
messages=[
|
3123 |
{
|
3124 |
"role": "system",
|
@@ -3151,7 +3151,7 @@ def generate_stitched_story(story: List[dict], style: str, detail_level: str, th
|
|
3151 |
"""
|
3152 |
|
3153 |
translation_response = client.chat.completions.create(
|
3154 |
-
model="gpt-
|
3155 |
messages=[
|
3156 |
{
|
3157 |
"role": "system",
|
|
|
3118 |
|
3119 |
# Generate English version with minimal enhancements
|
3120 |
response = client.chat.completions.create(
|
3121 |
+
model="gpt-4o-mini",
|
3122 |
messages=[
|
3123 |
{
|
3124 |
"role": "system",
|
|
|
3151 |
"""
|
3152 |
|
3153 |
translation_response = client.chat.completions.create(
|
3154 |
+
model="gpt-4o-mini",
|
3155 |
messages=[
|
3156 |
{
|
3157 |
"role": "system",
|