ealvar3z/slm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
slm (small language model) --------------------- slm is a small stub port of [Simon Williamson's LLM Python CLI](https://github.com/simonw/llm) for 9front. It uses ndb for history vice sqlite3. Features ------- *`-c ` : Continue previous conversation * `-m <model>` : Override the default model (gpt-4o) * `-s <system_prompt>` : Override the default system prompt. * `-t` : Override the default temperature setting (0.7) License ------ See https://github.com/simonw/llm/blob/main/LICENSE