vinitgore's picture
Make this a React project and use a reasoning model to evaluate the responses to the questions. The interview happens in a real-time chat. The reasoning model will evaluate the response from the candidate and decide follow-up questions while deciding whether to dig deeper into the concept or explore other concepts.
59dc33b verified
raw
history blame contribute delete
302 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
}
@layer utilities {
scrollbar-thin {
scrollbar-width: thin;
}
}