Raiff1982 commited on
Commit
856e458
·
verified ·
1 Parent(s): 17e8031

Update emotional_core.py

Browse files
Files changed (1) hide show
  1. emotional_core.py +1 -1
emotional_core.py CHANGED
@@ -15,7 +15,7 @@ def render(online_mode: bool):
15
 
16
  try:
17
  response = openai.ChatCompletion.create(
18
- model="", # or "gpt-3.5-turbo"
19
  messages=[
20
  {"role": "system", "content": "You are Codette, an empathetic and supportive AI trained to provide emotional comfort in crisis situations."},
21
  {"role": "user", "content": message}
 
15
 
16
  try:
17
  response = openai.ChatCompletion.create(
18
+ model="ft:gpt-4.1-2025-04-14:raiffs-bits:codettev5:BlPFHJgf", # or "gpt-3.5-turbo"
19
  messages=[
20
  {"role": "system", "content": "You are Codette, an empathetic and supportive AI trained to provide emotional comfort in crisis situations."},
21
  {"role": "user", "content": message}