Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switches to multilingual Elevenlabs #181

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove links to cogentapps in fork
  • Loading branch information
jackpimbert committed Jan 5, 2024
commit f3e4516bee74336645691b761f980198612c7aa4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN CI=true sh -c "cd /app && npm run start && rm -rf data"

COPY --from=build /app/build /app/public

LABEL org.opencontainers.image.source="https://github.com/cogentapps/chat-with-gpt"
LABEL org.opencontainers.image.source="https://github.com/jp-ipu/chat-with-gpt"
ENV PORT 3000

CMD ["npm", "run", "start"]
7 changes: 1 addition & 6 deletions app/src/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ export interface MenuItem {
}

export const secondaryMenu: MenuItem[] = [
{
label: "Discord",
link: "https://discord.gg/mS5QvKykvv",
icon: "discord fab",
},
{
label: "GitHub",
link: "https://github.com/cogentapps/chat-with-gpt",
link: "https://github.com/jp-ipu/chat-with-gpt",
icon: "github fab",
},
];