neulab / prompt2model

prompt2model - Generate Deployable Models from Natural Language Instructions
Apache License 2.0
1.96k stars 177 forks source link

Fix bugs in API tools (to fix #348) #349

Closed viswavi closed 1 year ago

viswavi commented 1 year ago

Description

344 introduced a max_tokens configurable parameter for our LLM API wrapper, but this parameter is causing problems in our demo. This PR addresses those problems.

References

N/A

Blocked by

N/A