Skip to content

Commit

Permalink
move tts to voice
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Dec 27, 2024
1 parent 1ca74d9 commit 4f4923e
Show file tree
Hide file tree
Showing 27 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion net/serper-agent/src/serper_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const serperAgentInfo: AgentFunctionInfo = {
peopleAlsoAsk: [
{
question: "What is the Apple Inc?",
snippet: '"Inc." in Apple Inc. stands for "Incorporated".',
snippet: "\"Inc.\" in Apple Inc. stands for \"Incorporated\".",
title: "What does the 'Inc.' in Apple Inc. mean? - Quora",
link: "https://www.quora.com/What-does-the-Inc-in-Apple-Inc-mean",
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"packages/*",
"documents/*",
"prompts/*",
"tts/*",
"voice/*",
"system/*",
"net/*"
],
Expand Down
26 changes: 13 additions & 13 deletions prompts/awesome-chatgpt-prompts_agent/src/prompt.ts

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f4923e

Please sign in to comment.