hotdeem commited on
Commit
e37412e
·
verified ·
1 Parent(s): f959e6e

Upload 2 files

Browse files
Files changed (2) hide show
  1. constants.py +1 -0
  2. prompts.py +1 -1
constants.py CHANGED
@@ -56,6 +56,7 @@ def get_openai_models():
56
  "bing",
57
  "windsurf/claude-3-5-sonnet",
58
  "claude-3-haiku-20240307",
 
59
  "gpt-4o-mini",
60
  "gpt-4o",
61
  "gpt-4-turbo",
 
56
  "bing",
57
  "windsurf/claude-3-5-sonnet",
58
  "claude-3-haiku-20240307",
59
+ "claude-3-5-sonnet-20240620",
60
  "gpt-4o-mini",
61
  "gpt-4o",
62
  "gpt-4-turbo",
prompts.py CHANGED
@@ -60,7 +60,7 @@ PODCAST_INFO_PROMPT = """
60
  2. 只包含 title 和 host_name 两个字段
61
  3. 字段值必须用双引号包围
62
 
63
- 严格按照以下 JSON 格式输出,不要包含任何其他内容:
64
  {
65
  "title": "",
66
  "host_name": ""
 
60
  2. 只包含 title 和 host_name 两个字段
61
  3. 字段值必须用双引号包围
62
 
63
+ 严格按照以下 JSON 格式输出,一定要有 title 和 host_name 两个字段:
64
  {
65
  "title": "",
66
  "host_name": ""