typerefinery-ai / typerefinery

Testing: https://dashboard.cypress.io/projects/8v1kna/runs
https://innovolve-ai.github.io/typerefinery/report.html
Apache License 2.0
2 stars 2 forks source link

Allow passing space delimited requirements to fastapi algorithm endpoint. #541

Closed wildone closed 4 months ago

wildone commented 1 year ago

Currently, fastapi algorithm endpoint supports only "\n" separated list.

Should be able to pass space delimited one.

Is there a standard way to detect separator?

wildone commented 4 months ago

done