hassano94 commited on
Commit
dd82736
·
verified ·
1 Parent(s): b2075af

Update RAG_class.py

Browse files
Files changed (1) hide show
  1. RAG_class.py +1 -1
RAG_class.py CHANGED
@@ -69,7 +69,7 @@ class RAG_1177:
69
 
70
  client = OpenAI()
71
  response = client.chat.completions.create(
72
- model='gpt-3.5-turbo',
73
  messages=history,
74
  temperature=0.4,
75
  stream=False
 
69
 
70
  client = OpenAI()
71
  response = client.chat.completions.create(
72
+ model='gpt-4o',
73
  messages=history,
74
  temperature=0.4,
75
  stream=False