Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 513 Bytes

File metadata and controls

23 lines (15 loc) · 513 Bytes

✨ LLM cluster namer

A micro service for naming clusters aligned with a given theme.

🔥 Run the application

Build and launch the application via Docker:

$ docker build -f src/main/docker/Dockerfile -t cluster-namer .
$ docker run -it  \
    -p 8080:8080 \
    -e "OPENROUTER_API_KEY=..." \
    cluster-namer

Alternativly launch the launch the com.topagrar.search.SearchApplication locally from VSCode.

⚖️ License

This project is licensed under the MIT License.