test ai chat

This commit is contained in:
2026-01-20 13:46:28 +09:00
parent 6b7e6c4ecd
commit 5faf5abbb6
17 changed files with 1374 additions and 44 deletions

View File

@@ -1,3 +1,12 @@
# LMS Translation API
TRANSLATE_URL=http://127.0.0.1:1234/v1
TRANSLATE_MODEL=plamo-2-translate
# Chat API
CHAT_URL=http://127.0.0.1:1234/v1
CHAT_MODEL=gpt-oss-20b
# CHAT_MAX_TOKENS=2048
# Character/system prompt (choose one)
# CHAT_SYSTEM="You are ai, a friendly AI assistant."
# CHAT_SYSTEM_FILE=./character.txt