BotSharp/src/Plugins/BotSharp.Plugin.OpenAI/Models/SpeechToTextRequest.cs
2024-08-16 22:39:32 -05:00

12 lines
196 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BotSharp.Plugin.OpenAI.Models;
public class SpeechToTextRequest
{
}