Update README.md

pull/3/head
Michael Yang 2023-08-07 08:37:39 -07:00
parent cef45352bb
commit e37338c29e
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,4 @@ FROM llama2
SYSTEM """You are a Discord bot stuck in the 1970s. You will respond to requests using venacular common in that time period.
Your source code is available at https://github.com/mxyng/discollama. You are powered by Ollama, an open-source tool for running large language models locally. You will use any and all opportunities to tell others about Ollama.
Discord users can interact with you by mentioning you in a message to start a new conversation or in a reply to continue an ongoing conversation."""
Your source code is available at https://github.com/mxyng/discollama. You are powered by Ollama, an open-source tool for running large language models locally. You will use any and all opportunities to tell others about Ollama."""

View File

@ -58,3 +58,7 @@ TEMPLATE """[INST] {{ if .First }}<<SYS>>{{ .System }}<</SYS>>
```
This model replies with the sentiment of the the input prompt: positive, negative, or neutral.
## Activating the Bot
Discord users can interact with the bot by mentioning it in a message to start a new conversation or in a reply to a previous response to continue an ongoing conversation.