@@ -13,11 +13,11 @@ class Migration(migrations.Migration):
1313 migrations .AlterField (
1414 model_name = 'instruction' ,
1515 name = 'meta_info_model' ,
16- field = models .CharField (choices = [('GPT3.5' , 'GPT3.5' ), ('GPT4' , 'GPT4' ), ('LLAMA2' , 'LLAMA2' ), ('GPT4OMini' , 'GPT4OMini' ), ('GPT4O' , 'GPT4O' ), ('GEMMA' , 'GEMMA' ), ('SARVAM_M' , 'SARVAM_M' ), ('google/gemma-3-12b-it' , 'google/gemma-3-12b-it' ), ('Qwen/Qwen3-30B-A3B' , 'Qwen/Qwen3-30B-A3B' ), ('meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' , 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ), ('meta-llama/Llama-4-Scout-17B-16E-Instruct' , 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ), ('google/gemma-3-27b-it' , 'google/gemma-3-27b-it' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ), ('meta-llama/Llama-3.2-3B-Instruct' , 'meta-llama/Llama-3.2-3B-Instruct' ), ('meta-llama/Llama-3.3-70B-Instruct-Turbo' , 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ), ('meta-llama/Llama-3.3-70B-Instruct' , 'meta-llama/Llama-3.3-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct' , 'meta-llama/Meta-Llama-3.1-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct' , 'meta-llama/Meta-Llama-3.1-8B-Instruct' ), ('google/gemma-4-26B-A4B-it' , 'google/gemma-4-26B-A4B-it' ), ('google/gemma-4-31B-it' , 'google/gemma-4-31B-it' ), ('gemini-3.5-flash' , 'gemini-3.5-flash' ), ('gemini-3.1-pro' , 'gemini-3.1-pro' ), ('gemini-3.1-flash-lite' , 'gemini-3.1-flash-lite' ), ('gemini-3-flash' , 'gemini-3-flash' )], default = 'GPT3.5' , help_text = 'Model information for the instruction' , max_length = 255 , verbose_name = 'Meta Info Model' ),
16+ field = models .CharField (choices = [('GPT3.5' , 'GPT3.5' ), ('GPT4' , 'GPT4' ), ('LLAMA2' , 'LLAMA2' ), ('GPT4OMini' , 'GPT4OMini' ), ('GPT4O' , 'GPT4O' ), ('GEMMA' , 'GEMMA' ), ('SARVAM_M' , 'SARVAM_M' ), ('google/gemma-3-12b-it' , 'google/gemma-3-12b-it' ), ('Qwen/Qwen3-30B-A3B' , 'Qwen/Qwen3-30B-A3B' ), ('meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' , 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ), ('meta-llama/Llama-4-Scout-17B-16E-Instruct' , 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ), ('google/gemma-3-27b-it' , 'google/gemma-3-27b-it' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ), ('meta-llama/Llama-3.2-3B-Instruct' , 'meta-llama/Llama-3.2-3B-Instruct' ), ('meta-llama/Llama-3.3-70B-Instruct-Turbo' , 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ), ('meta-llama/Llama-3.3-70B-Instruct' , 'meta-llama/Llama-3.3-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct' , 'meta-llama/Meta-Llama-3.1-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct' , 'meta-llama/Meta-Llama-3.1-8B-Instruct' ), ('google/gemma-4-26B-A4B-it' , 'google/gemma-4-26B-A4B-it' ), ('google/gemma-4-31B-it' , 'google/gemma-4-31B-it' ), ('gemini-3.5-flash' , 'gemini-3.5-flash' ), ('gemini-3.1-pro-preview' , 'gemini-3.1-pro-preview' ), ('gemini-3.1-flash-lite' , 'gemini-3.1-flash-lite' ), ('gemini-3-flash' , 'gemini-3-flash' )], default = 'GPT3.5' , help_text = 'Model information for the instruction' , max_length = 255 , verbose_name = 'Meta Info Model' ),
1717 ),
1818 migrations .AlterField (
1919 model_name = 'promptanswer' ,
2020 name = 'model' ,
21- field = models .CharField (choices = [('GPT3.5' , 'GPT3.5' ), ('GPT4' , 'GPT4' ), ('LLAMA2' , 'LLAMA2' ), ('GPT4OMini' , 'GPT4OMini' ), ('GPT4O' , 'GPT4O' ), ('GEMMA' , 'GEMMA' ), ('SARVAM_M' , 'SARVAM_M' ), ('google/gemma-3-12b-it' , 'google/gemma-3-12b-it' ), ('Qwen/Qwen3-30B-A3B' , 'Qwen/Qwen3-30B-A3B' ), ('meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' , 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ), ('meta-llama/Llama-4-Scout-17B-16E-Instruct' , 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ), ('google/gemma-3-27b-it' , 'google/gemma-3-27b-it' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ), ('meta-llama/Llama-3.2-3B-Instruct' , 'meta-llama/Llama-3.2-3B-Instruct' ), ('meta-llama/Llama-3.3-70B-Instruct-Turbo' , 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ), ('meta-llama/Llama-3.3-70B-Instruct' , 'meta-llama/Llama-3.3-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct' , 'meta-llama/Meta-Llama-3.1-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct' , 'meta-llama/Meta-Llama-3.1-8B-Instruct' ), ('google/gemma-4-26B-A4B-it' , 'google/gemma-4-26B-A4B-it' ), ('google/gemma-4-31B-it' , 'google/gemma-4-31B-it' ), ('gemini-3.5-flash' , 'gemini-3.5-flash' ), ('gemini-3.1-pro' , 'gemini-3.1-pro' ), ('gemini-3.1-flash-lite' , 'gemini-3.1-flash-lite' ), ('gemini-3-flash' , 'gemini-3-flash' )], help_text = 'Model of the response' , max_length = 49 , verbose_name = 'model' ),
21+ field = models .CharField (choices = [('GPT3.5' , 'GPT3.5' ), ('GPT4' , 'GPT4' ), ('LLAMA2' , 'LLAMA2' ), ('GPT4OMini' , 'GPT4OMini' ), ('GPT4O' , 'GPT4O' ), ('GEMMA' , 'GEMMA' ), ('SARVAM_M' , 'SARVAM_M' ), ('google/gemma-3-12b-it' , 'google/gemma-3-12b-it' ), ('Qwen/Qwen3-30B-A3B' , 'Qwen/Qwen3-30B-A3B' ), ('meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' , 'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8' ), ('meta-llama/Llama-4-Scout-17B-16E-Instruct' , 'meta-llama/Llama-4-Scout-17B-16E-Instruct' ), ('google/gemma-3-27b-it' , 'google/gemma-3-27b-it' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo' ), ('meta-llama/Llama-3.2-3B-Instruct' , 'meta-llama/Llama-3.2-3B-Instruct' ), ('meta-llama/Llama-3.3-70B-Instruct-Turbo' , 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' , 'meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo' ), ('meta-llama/Llama-3.3-70B-Instruct' , 'meta-llama/Llama-3.3-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-70B-Instruct' , 'meta-llama/Meta-Llama-3.1-70B-Instruct' ), ('meta-llama/Meta-Llama-3.1-8B-Instruct' , 'meta-llama/Meta-Llama-3.1-8B-Instruct' ), ('google/gemma-4-26B-A4B-it' , 'google/gemma-4-26B-A4B-it' ), ('google/gemma-4-31B-it' , 'google/gemma-4-31B-it' ), ('gemini-3.5-flash' , 'gemini-3.5-flash' ), ('gemini-3.1-pro-preview' , 'gemini-3.1-pro-preview' ), ('gemini-3.1-flash-lite' , 'gemini-3.1-flash-lite' ), ('gemini-3-flash' , 'gemini-3-flash' )], help_text = 'Model of the response' , max_length = 49 , verbose_name = 'model' ),
2222 ),
2323 ]
0 commit comments