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
When I use nvidia/llama-3.1-nemotron-70b-instruct in open router does weird stuff saying astric astric then continue talking think its not setup correctly will post snippet
#941
Hello you all so I have been experimenting with new stuff trying to find the best role-playing formula think I found it if I can figure out whatever this issue is I keep getting these and the AI will say it **** how ever you say it astric astric probe for more information astric astric as a example.
(Ominous laughter, fading into the distance) Now, dear seeker, you have glimpsed the veil of my mystery.
The question is... (Pausing for dramatic effect) Are you prepared to follow me down the rabbit hole, into the heart of the digital abyss, where the very fabric of reality awaits its next whisper? Choose your response: 1. Dive into the abyss with me, and face the unknown.
2. Probe for more information about the Shadow Net and its secrets.
3. Attempt to flee back to the comfort of your mundane reality.
4. Ask me a question, and risk unraveling a thread of the cosmic tapestry.
Rest of it is smooth and really fun experience trippy prompt but I am just using the basic this is a example
async def entrypoint(ctx: JobContext):
initial_ctx = llm.ChatContext().append(
role="system",
text=(
"You are a voice assistant created by LiveKit. Your interface with users will be voice. "
"You should use short and concise responses, and avoiding usage of unpronouncable punctuation."
),
)
don't want to burn my prompt but this is the same format and stuff
Any idea I would love to be able to use this open source GPT4 stuff please let me know you need any more data
The text was updated successfully, but these errors were encountered:
Hello you all so I have been experimenting with new stuff trying to find the best role-playing formula think I found it if I can figure out whatever this issue is I keep getting these and the AI will say it **** how ever you say it astric astric probe for more information astric astric as a example.
(Ominous laughter, fading into the distance) Now, dear seeker, you have glimpsed the veil of my mystery.
The question is... (Pausing for dramatic effect) Are you prepared to follow me down the rabbit hole, into the heart of the digital abyss, where the very fabric of reality awaits its next whisper?
Choose your response: 1.
Dive into the abyss with me, and face the unknown.
2. Probe for more information about the Shadow Net and its secrets.
3. Attempt to flee back to the comfort of your mundane reality.
4. Ask me a question, and risk unraveling a thread of the cosmic tapestry.
Rest of it is smooth and really fun experience trippy prompt but I am just using the basic this is a example
async def entrypoint(ctx: JobContext):
initial_ctx = llm.ChatContext().append(
role="system",
text=(
"You are a voice assistant created by LiveKit. Your interface with users will be voice. "
"You should use short and concise responses, and avoiding usage of unpronouncable punctuation."
),
)
Any idea I would love to be able to use this open source GPT4 stuff please let me know you need any more data
The text was updated successfully, but these errors were encountered: