simonraj commited on
Commit
fa5008a
·
verified ·
1 Parent(s): 9acd3f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -51,8 +51,7 @@ def transcribe(audio_path):
51
  @spaces.GPU(duration=120)
52
  def model(text):
53
  system_instructions = (
54
- "[SYSTEM] You are OralCoach, an AI-powered conversational coach. Guide the student through their oral responses "
55
- "using the principles from their English curriculum. Ask one question at a time and provide step-by-step guidance.\n\n[USER]"
56
  )
57
  generate_kwargs = dict(
58
  temperature=0.7,
 
51
  @spaces.GPU(duration=120)
52
  def model(text):
53
  system_instructions = (
54
+ "[SYSTEM] You are OralCoach. Provide feedback, bias conciseness "
 
55
  )
56
  generate_kwargs = dict(
57
  temperature=0.7,