Spaces:
Running
Running
gpt-4-1106-preview
Browse files
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,
|