Skip to content

Commit

Permalink
Room: AI-Talk update tutorial. v5.13.20
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 31, 2024
1 parent dfb37ca commit e18dcb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/TutorialsButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ function useTutorialsEn(mediumRef) {
const ref = React.useRef({tutorials:[]});

const dict = React.useRef({
'13e28adf1e18': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/transform-your-browser-into-a-personal-voice-driven-gpt-ai-assistant-with-srs-stack-13e28adf1e18',
title: 'Speak to the Future: Transform Your Browser into a Personal Voice-Driven GPT AI Assistant with SRS Stack'
},
'b3011e390e38': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/unlock-universal-ultra-low-latency-achieving-5-second-hls-live-streams-for-all-no-special-gear-b3011e390e38',
Expand Down
3 changes: 2 additions & 1 deletion ui/src/pages/ScenarioTutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default function ScenarioTutorials() {
{id: 'nNOBFRshO6Q'},
{id: '68PIGFDGihU'},
{id: 'bb19c2a3bb7a'},
{id: 'b3011e390e38'}
{id: 'b3011e390e38'},
{id: '13e28adf1e18'}
])
});

Expand Down
4 changes: 2 additions & 2 deletions ui/src/resources/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"provider": "AI服务商",
"provider2": "请选择AI服务商",
"model": "AI模型",
"model2": "请输入AI模型名称,比如: gpt-3.5-turbo, gpt-4-turbo-preview",
"model2": "请输入AI模型名称,比如: gpt-3.5-turbo, gpt-3.5-turbo-1106, gpt-4-turbo-preview",
"prompt": "提示词",
"prompt2": "这个助手做什么用的?应该具备什么行为?应该避免什么行为?",
"window": "AI上下文消息",
Expand Down Expand Up @@ -722,7 +722,7 @@
"window": "AI Context Window",
"prompt": "Instructions",
"prompt2": "What does this assistant do? How does it behave? What should it avoid being?",
"model2": "Please input AI model name, e.g. gpt-3.5-turbo, gpt-4-turbo-preview",
"model2": "Please input AI model name, e.g. gpt-3.5-turbo, gpt-3.5-turbo-1106, gpt-4-turbo-preview",
"model": "AI Model Name",
"provider2": "Please select AI service provider",
"provider": "AI Provider",
Expand Down

0 comments on commit e18dcb5

Please sign in to comment.