Update README.md
parent
cef45352bb
commit
e37338c29e
|
@ -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.
|
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.
|
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."""
|
|
||||||
|
|
|
@ -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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue