srcnalt / OpenAI-Unity

An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.
MIT License
648 stars 144 forks source link

feat: datatypes are updated #110

Closed Radlad-io closed 6 months ago

Radlad-io commented 6 months ago

Added: logprobs bool to ChatChoice

public struct ChatChoice
{
  public bool logprobs {get; set; }
}