Creating ChatGPT stock broker persona using C#/.NET API

Поділитися
Вставка
  • Опубліковано 13 тра 2023
  • #openai #chatgpt #csharp #dotnet #chatgpt4
    Some of my popular videos:
    Elasticsearch with .NET and introduction: • An Introduction to Ela...
    Hangfire Scheduling an introduction: • Scheduling recurring j...
    ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentic...
    Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tas...
    How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Ga...
    My blog site: dotnetcorecentral.com
  • Наука та технологія

КОМЕНТАРІ • 1

  • @ibrahimak
    @ibrahimak Рік тому

    Hello sir. Nice video. Im using same library for using ChatGPT Model. I got a problem i need to transcribe Audio files and send ChatGPT for analyze them. But when it exceeds 4096 token getting error about exceeds message size. But as you know i need to send full text of audio file to analyze. When i truncate it and split into parts in the end its getting same error because full text exceeds 4096 token. Is there any way to achieve this?