Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ class ResumeAnalyser:
|
|
69 |
chat_completion = client.chat.completions.create(
|
70 |
model = "ChatGPT",
|
71 |
messages = conversation,
|
72 |
-
max_tokens=
|
73 |
temperature=0
|
74 |
)
|
75 |
|
|
|
69 |
chat_completion = client.chat.completions.create(
|
70 |
model = "ChatGPT",
|
71 |
messages = conversation,
|
72 |
+
max_tokens=700,
|
73 |
temperature=0
|
74 |
)
|
75 |
|