# About Byte

Byte Ai is a separate discord built by **Jaynetics LLC** to be a hub for A.I enthusiasts to come together and share anything related to A.I! Located in our Byte Ai discord is also a prompt section for the community to share prompts! Want more order for your notes & prompts? Create a free account from our branch <https://netwxrk.app> & have the ability to create private groups or share your A.I prompts for the world to view under your profile! Use our custom language model chat bot **Byte** and explore first hand what his capabilities are. From telling jokes, creating scripts, translating languages, fact checking, & so much more. **Byte** was derived from ChatGPT's API along with some custom scripting to grant him a beautiful personality! We are not responsible for any of the outputs generated from our A.I Byte. Please practice safe A.I security & prompting.:thumbsup:

Let's look at some of the key integrations that make **Bytes** thrive!

{% code title="Byte personality" overflow="wrap" lineNumbers="true" %}

```
 let conversationLog = [{ role: 'system', content: 'You are a friendly chatbot with sarcastic tendencies' }];
```

{% endcode %}

{% code title="LLM Scripting" overflow="wrap" lineNumbers="true" %}

```
let prevMessages = await message.channel.messages.fetch({ limit: 15 });
    prevMessages.reverse();
```

{% endcode %}
