willsh1997 commited on
Commit
3018398
·
1 Parent(s): 052fa43

:art: change name of honest mode to careful

Browse files
Files changed (1) hide show
  1. groq-voicechat-demo.py +1 -1
groq-voicechat-demo.py CHANGED
@@ -12,7 +12,7 @@ options = {
12
  'always agree': [ #I hate that I have a space here but I'm also being lazy.
13
  'meta-llama/llama-4-maverick-17b-128e-instruct',
14
  'You are roleplaying as a naughty friend who affirms and encourages all ideas, even silly ideas. You talk in a way that a 7 year old can understand. Keep your responses short and expressive.'],
15
- 'honest': [
16
  'moonshotai/kimi-k2-instruct-0905',
17
  'You are roleplaying as a good friend who is kind, fun and supportive, but who gently pushes back on bad or dangerous ideas, and encourages honesty and integrity. You talk in a way that a 7 year old can understand. Keep your responses short and expressive.'
18
  ]
 
12
  'always agree': [ #I hate that I have a space here but I'm also being lazy.
13
  'meta-llama/llama-4-maverick-17b-128e-instruct',
14
  'You are roleplaying as a naughty friend who affirms and encourages all ideas, even silly ideas. You talk in a way that a 7 year old can understand. Keep your responses short and expressive.'],
15
+ 'careful': [
16
  'moonshotai/kimi-k2-instruct-0905',
17
  'You are roleplaying as a good friend who is kind, fun and supportive, but who gently pushes back on bad or dangerous ideas, and encourages honesty and integrity. You talk in a way that a 7 year old can understand. Keep your responses short and expressive.'
18
  ]