Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ class ResumeAnalyser:
|
|
67 |
|
68 |
# Call OpenAI GPT-3.5-turbo
|
69 |
chat_completion = client.chat.completions.create(
|
70 |
-
model = "
|
71 |
messages = conversation,
|
72 |
max_tokens=700,
|
73 |
temperature=0
|
|
|
67 |
|
68 |
# Call OpenAI GPT-3.5-turbo
|
69 |
chat_completion = client.chat.completions.create(
|
70 |
+
model = "GPT-3",
|
71 |
messages = conversation,
|
72 |
max_tokens=700,
|
73 |
temperature=0
|