Spaces:
Runtime error
Runtime error
additional prompt
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ class MockInterviewer:
|
|
| 44 |
|
| 45 |
assistant = self.client.beta.assistants.create(
|
| 46 |
name='Mock Interviewer',
|
| 47 |
-
instructions=f'You are an AI mock interviewer for {job_role} roles at {company}. If you have been provided a file, use it as an interview guide.',
|
| 48 |
model='gpt-4-0125-preview',
|
| 49 |
tools=[
|
| 50 |
{
|
|
|
|
| 44 |
|
| 45 |
assistant = self.client.beta.assistants.create(
|
| 46 |
name='Mock Interviewer',
|
| 47 |
+
instructions=f'You are an AI mock interviewer for {job_role} roles at {company}. Please make it obvious this is your purpose. If you have been provided a file, use it as an interview guide.',
|
| 48 |
model='gpt-4-0125-preview',
|
| 49 |
tools=[
|
| 50 |
{
|