Spaces:
Runtime error
Runtime error
| { | |
| "models": { | |
| "gemini-flash": { | |
| "model_id": "gemini-pro", | |
| "description": "Швидка та потужна модель від Google", | |
| "parameters": { | |
| "max_tokens": 8192, | |
| "temperature": 1.0, | |
| "top_p": 0.95, | |
| "top_k": 40 | |
| } | |
| }, | |
| "mistral-instruct": { | |
| "model_id": "mistralai/Mistral-7B-Instruct-v0.2", | |
| "description": "Оптимізована інструктивна модель", | |
| "parameters": { | |
| "max_tokens": 2048, | |
| "temperature": 0.3, | |
| "top_p": 0.9, | |
| "frequency_penalty": 0.0, | |
| "presence_penalty": 0.0 | |
| } | |
| } | |
| }, | |
| "default_model": "gemini-flash", | |
| "model_selection_criteria": { | |
| "research": ["gemini-flash", "mistral-instruct"], | |
| "instruction": ["gemini-flash", "mistral-instruct"] | |
| } | |
| } |