mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-05-18 05:05:39 +02:00
Prep 0.13.0 (#28)
* requirements.txt file * windows installs from requirements.txt because of silly permission issues * relock * narrator - narrate on dialogue agent actions * add support for new textgenwebui api * world state auto regen trigger off of gameloop * funciton !rename command * ensure_dialog_format error handling * Cat, Nous-Capybara, dolphin-2.2.1 * narrate after dialog rerun fixes, template fixes * LMStudio client (experimental) * dolhpin yi * refactor client base * cruft * openai client to new base * more client refactor fixes * tweak context retrieval prompts * adjust nous capybara template * add Tess-Medium * 0.13.0 * switch back to poetry for windows as well * error on legacy textgenwebui api * runpod text gen api url fixed * fix windows install script * add fllow instruction template * Psyfighter2
This commit is contained in:
4
templates/llm-prompt/Cat.jinja2
Normal file
4
templates/llm-prompt/Cat.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
3
templates/llm-prompt/Nous-Capybara.jinja2
Normal file
3
templates/llm-prompt/Nous-Capybara.jinja2
Normal file
@@ -0,0 +1,3 @@
|
||||
USER:
|
||||
{{ system_message }}
|
||||
{{ set_response(prompt, "\nASSISTANT:") }}
|
||||
4
templates/llm-prompt/Psyfighter2.jinja2
Normal file
4
templates/llm-prompt/Psyfighter2.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
2
templates/llm-prompt/Tess-Medium.jinja2
Normal file
2
templates/llm-prompt/Tess-Medium.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT: ") }}
|
||||
4
templates/llm-prompt/dolphin-2.2.1-mistral.jinja2
Normal file
4
templates/llm-prompt/dolphin-2.2.1-mistral.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
<|im_start|>system
|
||||
{{ system_message }}<|im_end|>
|
||||
<|im_start|>user
|
||||
{{ set_response(prompt, "<|im_end|>\n<|im_start|>assistant\n") }}
|
||||
4
templates/llm-prompt/dolphin-2_2-yi.jinja2
Normal file
4
templates/llm-prompt/dolphin-2_2-yi.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
<|im_start|>system
|
||||
{{ system_message }}<|im_end|>
|
||||
<|im_start|>user
|
||||
{{ set_response(prompt, "<|im_end|>\n<|im_start|>assistant\n") }}
|
||||
Reference in New Issue
Block a user