Open meicale opened 5 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: @.***>
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.
interesting
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?
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!