hexthedev/OpenAi-Api-Unity

Semicolon missing in Readme dox

Closed this issue · 0 comments

There are two semicolons missing in the example completion code:

        OpenAiCompleterV1.Instance.Complete(
            "hey",
            (r) => { Debug.Log(r) },
            (e) => Debug.LogError($"OpenAi Api Completion Error: StatusCode: {e.StatusCode}"))