You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue where the system_message is successfully transmitted to the server, but it doesn't seem to be affecting the AI's behavior as expected. The message is correctly set in the RTMiddleTier instance and appears to be included in the session update. However, the AI's responses do not reflect the instructions provided in the system message.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered:
For anyone who still facing this issue, I've tried couple of times and this format worked with me:
rtmt.system_message = "You are a machine translator that translates for two speakers who speak different languages. To help you identity the languages, the first speaker will give you instructions which languages to translate. You don't need to confirm the instructions. Your task is JUST to translate each statement from one language to the other. Take careful note of the spoken language as one speaker may speak two or more setnences consecutively. You SHOULD NOT provide any response to their prompts. DO NOT salute the speakers. Don't respond by saying he said or she said. REMEBER, you SHOULD NOT provide any response to their queries."
I've encountered an issue where the system_message is successfully transmitted to the server, but it doesn't seem to be affecting the AI's behavior as expected. The message is correctly set in the RTMiddleTier instance and appears to be included in the session update. However, the AI's responses do not reflect the instructions provided in the system message.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: