charonn0 / Xojo-OpenAI

A Xojo API for interacting with OpenAI
MIT License
16 stars 6 forks source link

Request.Model.MaxTokens does not exist (compile error) #5

Closed sworteu closed 7 months ago

sworteu commented 7 months ago

Running the project gives a compile error on the line:

"If Request.MaxTokens > Request.Model.MaxTokens Then" it seems "Request.Model.MaxTokens" does not exist ?

charonn0 commented 7 months ago

That shouldn't be there. It was never meant to be.

Fixed by deletion in bf1670d