Добавить README.md
This commit is contained in:
parent
6fa593eb23
commit
93fc40794c
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Jarvis
|
||||
Jarvis is an AI assistant that is running by your side in every discord channel you type in.
|
||||
It uses your [Discord Token](https://gist.github.com/XielQs/90ab13b0c61c6888dae329199ea6aff3) to authenticate.
|
||||
Also it supports SOCKS5 proxy
|
||||
|
||||
## LLM integration
|
||||
Jarvis uses LLM's like Deepseek, Kimi and basically every existing LLM(as long you have money to pay for tokens). You can also use Ollama to self-host them.
|
||||
Just make sure that you use either [Anthropic](https://platform.claude.com/docs/en/cli-sdks-libraries/overview) or [OpenAI](https://developers.openai.com/api/reference/overview) endpoints format.
|
||||
|
||||
## How to call Jarvis
|
||||
Just type Jarvis and your question, and he will respond with On it! or other phrases you entered in main.py
|
||||
Jarvis is defaulted to russian responses, so make sure to say Jarvis hello (respond in english).
|
||||
|
||||
## Chat context
|
||||
Jarvis supports channel context up to 20(by default) messages. You are free to extend it in main.py!
|
||||
|
||||
That's it! Have fun with Jarvis!
|
||||
|
||||
<sup><sub>Jarvis cut his balls ASAP</sub></sup>
|
||||
Loading…
Add table
Reference in a new issue