gladguy commited on
Commit
a6383fe
·
1 Parent(s): a5afa31

Increase self-test questions to 15

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -458,17 +458,20 @@ Based on the text content above (and typical anatomical diagrams found in such c
458
  ## 💡 Study Tips
459
  [How to remember this specific information]
460
 
461
- ## ❓ Self-Test Questions
462
  1. [Question based on the page text]
463
  2. [Question based on the page text]
464
- 3. [Question based on the page text]
 
 
 
465
 
466
  Be educational and specific to the provided text content."""
467
 
468
  payload = {
469
  "model": HYPERBOLIC_MODEL,
470
  "messages": [{"role": "user", "content": prompt}],
471
- "max_tokens": 800,
472
  "temperature": 0.5
473
  }
474
 
 
458
  ## 💡 Study Tips
459
  [How to remember this specific information]
460
 
461
+ ## ❓ Self-Test Questions (Answer these to test your understanding)
462
  1. [Question based on the page text]
463
  2. [Question based on the page text]
464
+ ...
465
+ 15. [Question based on the page text]
466
+
467
+ (Provide at least 15 distinct questions covering identification, function, clinical application, and relationships)
468
 
469
  Be educational and specific to the provided text content."""
470
 
471
  payload = {
472
  "model": HYPERBOLIC_MODEL,
473
  "messages": [{"role": "user", "content": prompt}],
474
+ "max_tokens": 1200,
475
  "temperature": 0.5
476
  }
477