-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Make
NPCStepper.generate_local()
sync in local mode (#9)
* feat: use chat template for gguf model (llama.cpp model) * change: variable name ('model' to 'llm') in NPCStepper.generate_local() * change: NPCStepper.get_action is now synchronous and README is up to date * change: update tests/test_step.py * change: update README.md * Update gigax/step.py Co-authored-by: tdeborde <[email protected]> * Update gigax/step.py Co-authored-by: tdeborde <[email protected]> * Update README.md Co-authored-by: tdeborde <[email protected]> * Update gigax/step.py Co-authored-by: tdeborde <[email protected]> * Update tests/test_step.py Co-authored-by: tdeborde <[email protected]> * update: README.md --------- Co-authored-by: A-Mahla <> Co-authored-by: tdeborde <[email protected]>
- Loading branch information
1 parent
6fa19e3
commit c3c209d
Showing
3 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters