andrewyng / translation-agent

MIT License
4.54k stars 509 forks source link

Just part of the sample translated. #24

Open meicale opened 2 months ago

meicale commented 2 months ago

I just use it on local computer using ollama. BUT, I found that just part the sample test is translated into the target language. Actually, just the first paragraph is translated, the second one is left over. Just want to make sure Can that original demo be done completely or not. Since I not have the openai key, anyone test that please give me a reply. Thank you!

siddhantx0 commented 2 months ago

Ohhh!!! Awesome :)

On Fri, Jun 21, 2024 at 4:17 AM rxzfn @.***> wrote:

I just use it on local computer using ollama. BUT, I found that just part the sample test is translated into the target language. Just want to make sure Can that original demo be done completely or not. Since I not have the openai key, anyone test that please give me a reply. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/andrewyng/translation-agent/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY7DCNAY5MLNLBW7KLBOPO3ZIPVS5AVCNFSM6AAAAABJVQEY56VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DMMJQGE4TSOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zeushera140 commented 2 months ago

I just use it on local computer using ollama. BUT, I found that just part the sample test is translated into the target language. Actually, just the first paragraph is translated, the second one is left over. Just want to make sure Can that original demo be done completely or not. Since I not have the openai key, anyone test that please give me a reply. Thank you!

limit the length of your text, cause LLM has a limit of context window.

siddhantx0 commented 2 months ago

interesting

j-dominguez9 commented 2 months ago

Hi @meicale , since ollama implementation is not currently part of the source code, I don't have a way to reproduce the issue you mentioned. Would you like to make a PR with adding ollama support?