AI OBS Live Game Narration with

Описание к видео AI OBS Live Game Narration with

AI-powered live game narration using #OBS #OpenAI #GPT-4 Vision and URL Source https://github.com/locaal-ai/obs-urls...

Download: https://github.com/locaal-ai/obs-urls...

POST body:
```
{
"model": "gpt-4-vision-preview",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What’s happening in the game? answer like a sports news achor. Only describe the scene without introduction"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,{{imageb64}}"
}
}
]
}
],
"max_tokens": 50
}
```

Комментарии

Информация по комментариям в разработке