prediction with context
This commit is contained in:
@@ -5,5 +5,6 @@ namespace App\Enums;
|
||||
enum PredictionSource: string
|
||||
{
|
||||
case Llm = 'llm';
|
||||
case LlmWithContext = 'llm_with_context';
|
||||
case Ewma = 'ewma';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user