gofireflyio / aiac

Artificial Intelligence Infrastructure-as-Code Generator.
Apache License 2.0
3.52k stars 276 forks source link

Geetting to many responses at once #14

Closed jorgefeai closed 1 year ago

jorgefeai commented 1 year ago

Hello, i'm implementing the tool via docker and it works but i get too man results at once until it gives me a fail response: image

I'm i doing something wrong?

liavyona commented 1 year ago

@jorgefeai Try like this

docker run ghcr.io/gofireflyio/aiac get dockerfile for nodejs with comments --api-key  XXXXXXX --quiet

By default we are an interactive tool, that gives you the first output and asks you whether the result is satisfying or should we try again.

jorgefeai commented 1 year ago

@jorgefeai Try like this

docker run ghcr.io/gofireflyio/aiac get dockerfile for nodejs with comments --api-key  XXXXXXX --quiet

By default we are an interactive tool, that gives you the first output and asks you whether the result is satisfying or should we try again.

Thanks @liavyona , it worked fine