Translation #755
Answered
by
Mattral
DavidMacha
asked this question in
Q&A
Translation
#755
-
Hi, everyone! I'm facing a problem with the openai-python library. I've integrated it into my language translation application, and I'm using GPT-3 to translate English text to French. The translations I'm getting are not as accurate and coherent as I expected. Can someone help me troubleshoot this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
Mattral
Nov 9, 2023
Replies: 1 comment 4 replies
-
Can you share a code snippet where you're making the API call to GPT-3 for translation? It will be easier to pinpoint the problem with the specific code. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another thing to consider, is the choice of the GPT-3 engine. Depending on the nature of your task, some engines might perform better. You might want to experiment with different engines and see if one provides more accurate translations for your specific use case.