namankhurpia / Easy-open-ai

This repository contains the community-maintained library for OpenAI's API in java, the easiest way to use GPT 3/4 in your applications.
http://namank.xyz
MIT License
15 stars 3 forks source link

fix parameters type #33

Closed XMLHexagram closed 4 months ago

namankhurpia commented 4 months ago

Hi @XMLHexagram , On the documentation I can see it as Object, not a string

kindly refer this screenshot

Screenshot 2024-03-09 at 10 59 18 PM

XMLHexagram commented 4 months ago

I update it from string to object, is it right?

namankhurpia commented 4 months ago

@XMLHexagram Thanks for this update, looks alright to me