BotSharp/src/Plugins/BotSharp.Plugin.OpenAI/Models/SpeechToTextRequest.cs

12 lines
196 B
C#
Raw Normal View History

2024-08-17 03:39:32 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BotSharp.Plugin.OpenAI.Models;
public class SpeechToTextRequest
{
}