Skip to content

Commit 2896e5e

Browse files
committed
feat: add stepfun demo & update stepfun v2v python doc
1 parent 395ccfb commit 2896e5e

File tree

4 files changed

+3014
-24
lines changed

4 files changed

+3014
-24
lines changed

ai_agents/.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,8 @@ GROQ_CLOUD_API_KEY=
151151

152152
# Azure AI Foundry API Key
153153
AZURE_AI_FOUNDRY_BASE_URI=
154-
AZURE_AI_FOUNDRY_API_KEY=
154+
AZURE_AI_FOUNDRY_API_KEY=
155+
156+
157+
# Stepfun API Key
158+
STEPFUN_API_KEY=
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"type": "app",
3+
"name": "stepfundemo",
4+
"version": "0.1.0",
5+
"dependencies": [
6+
{
7+
"type": "system",
8+
"name": "ten_runtime_go",
9+
"version": "0.8"
10+
},
11+
{
12+
"type": "extension",
13+
"name": "agora_rtc",
14+
"version": "=0.12.0"
15+
},
16+
{
17+
"type": "extension",
18+
"name": "agora_sess_ctrl",
19+
"version": "=0.4.4"
20+
},
21+
{
22+
"type": "system",
23+
"name": "azure_speech_sdk",
24+
"version": "1.38.0"
25+
},
26+
{
27+
"type": "system",
28+
"name": "ten_ai_base",
29+
"version": "0.4.1"
30+
},
31+
{
32+
"type": "extension",
33+
"name": "azure_tts",
34+
"version": "=0.8.1"
35+
},
36+
{
37+
"type": "extension",
38+
"name": "dify_python",
39+
"version": "=0.1.0"
40+
},
41+
{
42+
"type": "extension",
43+
"name": "gemini_v2v_python",
44+
"version": "=0.1.0"
45+
},
46+
{
47+
"type": "extension",
48+
"name": "openai_chatgpt_python",
49+
"version": "=0.1.0"
50+
},
51+
{
52+
"type": "extension",
53+
"name": "bingsearch_tool_python",
54+
"version": "=0.1.0"
55+
},
56+
{
57+
"type": "extension",
58+
"name": "vision_tool_python",
59+
"version": "=0.1.0"
60+
},
61+
{
62+
"type": "extension",
63+
"name": "weatherapi_tool_python",
64+
"version": "=0.1.0"
65+
},
66+
{
67+
"type": "extension",
68+
"name": "interrupt_detector_python",
69+
"version": "=0.1.0"
70+
},
71+
{
72+
"type": "extension",
73+
"name": "stepfun_v2v_python",
74+
"version": "=0.1.0"
75+
},
76+
{
77+
"type": "extension",
78+
"name": "message_collector",
79+
"version": "=0.1.0"
80+
},
81+
{
82+
"type": "extension",
83+
"name": "coze_python_async",
84+
"version": "=0.1.0"
85+
},
86+
{
87+
"type": "extension",
88+
"name": "fish_audio_tts",
89+
"version": "=0.1.0"
90+
},
91+
{
92+
"type": "extension",
93+
"name": "openai_image_generate_tool",
94+
"version": "=0.1.0"
95+
}
96+
]
97+
}

0 commit comments

Comments
 (0)