One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge
# Запрос к API VEGA через gryphe/mythomax-l2-13b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "gryphe/mythomax-l2-13b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'