# MyShell LLM

The LLM, or Large Language Model, can be thought of as a highly skilled and versatile artist who can create a wide variety of masterpieces using a simple set of instructions, known as prompts. Imagine you have a magical paintbrush that can bring any concept to life on a canvas. By providing the artist with a clear and concise prompt, you can guide them to create anything from a beautiful landscape to an intricate portrait. Similarly, the LLM uses prompts to understand the desired outcome and produce a range of outputs, such as answering questions, generating creative content, or even solving complex problems. Just as an artist can adapt their style and technique to suit the subject matter, the LLM can be fine-tuned for different capabilities by carefully crafting the prompts given to it.

OpenAI's powerful models like GPT-4 excel in various complex tasks. However, due to its alignment, these kind of powerful model are performing well on character role-play. AI character companion and role-play are one of the most exciting type of AI-native contents. MyShell has trained its unique LLM based on massive private data from novel, movies, anime and TV shows to make the roleplay experience more human like. MyShell's LLM provides engaging, empathetic, and interactive experiences.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.myshell.ai/ko/technology/myshell-llm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
