BtB-ExpC commited on
Commit
5189a14
·
1 Parent(s): 755d8f7

gpt-4-1106-preview

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ Remember, in the digital age of recruitment, your job ad is your first impressio
132
 
133
 
134
  # Function to make API call
135
- def api_call(messages, temperature=0.9, model="gpt-4"):
136
  return openai.ChatCompletion.create(
137
  messages=messages,
138
  temperature=temperature,
 
132
 
133
 
134
  # Function to make API call
135
+ def api_call(messages, temperature=0.9, model="gpt-4-1106-preview"):
136
  return openai.ChatCompletion.create(
137
  messages=messages,
138
  temperature=temperature,