gigax icon indicating copy to clipboard operation
gigax copied to clipboard

LLM-powered NPCs running on your hardware

Results 4 gigax issues
Sort by recently updated
recently updated
newest added

Change `NPCStepper.get_action()` to synchronous function. The `README.md` and `tests/test_step.py` files are updated accordingly. **BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE** --- PR Checklist (Click...

Get the `chat template` from the `gguf` model file format to generate with. https://linear.app/gigax/issue/GIG-205/get-the-chat-template-from-the-gguf-model-file-format-to-generate-with **BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE** --- PR Checklist...

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...

In order to make usage of the lib easier from a game engine, add a simple server using Uvicorn. Single endpoint for now, to update an NPC. --- PR Checklist...