When I used to ask a question to ChatGPT 3.5 turbo about 2 weeks ago in a different language, it would response in that language. It is not doing this anymore has something changed and how can I get that functionality back?
Example: I would ask something on a dataset indexed in English a question in French and the response would be returned in French instead of English.
Yes, when I was performing a chat completion call on the API, for weeks I was getting the response in the language that matched the input query. I have not changed any of the code or models.
I am using “text-embedding-ada-002” for checking against a vector store and taking the top results and querying using “gpt-3.5-turbo”, “temperature”: 0 to query.