DARPA-ASKEM / GoLLM

Service to run GoLLM and define its tools.
Apache License 2.0
1 stars 0 forks source link

Create Docker file to create the image #2

Closed YohannParis closed 10 months ago

j2whiting commented 10 months ago

This is done.

Example usage:

docker build -t gollm-test .
docker run -e OPENAI_API_KEY=$OPENAI_API_KEY -it gollm-test --input test_data/test_input_model_config.json

The app expects a .json with the following fields:

'amr': json string (Petri net model representation, missing config values.) 'research_paper': str (OCR text from a paper)

The CLI app should be replaced with a fastapi endpoint. Also this pipeline is still quite slow clocking in around 2 min. This can be improved.