Skip to content

questionpy-org/qpy-llm_teacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Teacher

This package uses a large language model (LLM) to automatically evaluate students' responses and deliver feedback. A custom knowledge context can be provided to increase the quality of the evaluation.

Environment variables

The QuestionPy server must pass the following environment variables to the package:

  • OPENAI_API_KEY
  • OPENAI_BASE_URL
  • OPENAI_MODEL

Caution

Currently, this package may only work as expected when the Python version used to package the package and the Python version on the QuestionPy server match. This is due to the openai dependency jiter which is an extension module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published