Update ideaGen_youtube_insight.py
Browse files
ideaGen_youtube_insight.py
CHANGED
|
@@ -102,7 +102,7 @@ def ideagen_followup(content_type,context):
|
|
| 102 |
messages_base.extend([{"role": "user", "content": f"接下來,請你根據之前生成的 {context} ,想像三個campaign的示意畫面,並給我DALLE AI繪圖用來生成這個畫面的Prompt,請用realistic photo的風格。"}])
|
| 103 |
|
| 104 |
response = client.chat.completions.create(
|
| 105 |
-
model='gpt-4-
|
| 106 |
max_tokens=2000,
|
| 107 |
temperature=0.7,
|
| 108 |
messages=messages_base
|
|
|
|
| 102 |
messages_base.extend([{"role": "user", "content": f"接下來,請你根據之前生成的 {context} ,想像三個campaign的示意畫面,並給我DALLE AI繪圖用來生成這個畫面的Prompt,請用realistic photo的風格。"}])
|
| 103 |
|
| 104 |
response = client.chat.completions.create(
|
| 105 |
+
model='gpt-4-turbo',
|
| 106 |
max_tokens=2000,
|
| 107 |
temperature=0.7,
|
| 108 |
messages=messages_base
|