srt-ai icon indicating copy to clipboard operation
srt-ai copied to clipboard

Translate SRT files to any language, using AI magic ✨

Results 22 srt-ai issues
Sort by recently updated
recently updated
newest added

Hi, "Browse for SRT file..." button in Form.tsx doesn't work for me. I've made it working with a small change: I've replaced the div ` Browse for SRT file… `...

Each attempt to translate ends with the following error after few minutes of normal work: ``` ⨯ Error: failed to pipe response at pipeToNodeResponse (C:\Users\optsi\projects\srt-ai\node_modules\next\dist\server\pipe-readable.js:111:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async...

The endpoint between `Azure OpenAI Service` (AOAI) and `OpenAI API` has a little bit different, but the API spec are the same. Just change `app/api/route.ts` file from: ```js const response...

Hi there, nice tool! Can you please offer a cli client which can process local files?

enhancement
good first issue

I got this error with long text srt file. short and very short not happend. ![screenshot_1705287780](https://github.com/yazinsai/srt-ai/assets/63484625/b5369b96-899d-4c6e-9610-9ea421f57c9d)

My setup in route.ts ... // const response = await fetch("https://api.openai.com/v1/chat/completions", { const response = await fetch("http://localhost:1337/v1/chat/completions", { headers: { "Content-Type": "application/json", // Authorization: `Bearer ${process.env.OPENAI_API_KEY}`, }, ... Input File:...

I think there is a problem with the Openai API, the project is not working. Could you please update it? Thanks.