# 로로 V3

로로 V3은 최신 기술과 코드 최적화를 적용하여, 기존 로로 챗봇들과 비교할 수 없는 성능을 발휘합니다. 이전 버전에서는 대화를 요약하여 기억하는 *Langchain Summarization* 기법을 사용했지만, V3에서는 *Context Windows* 기법을 도입하여 더욱 많은 대화를 손실 없이 저장할 수 있습니다. 또한, 어둠의 힘을 활용해 검색 성능이 비약적으로 향상되었습니다. 이외에도 가르치기, 지식 평가, 호감도 등의 새로운 기능이 추가되었습니다.

## **명령어들:**

```
/질문 (질문할 내용) (추론 사용/사용 안함) (검색 사용/사용 안함)
```

{% hint style="info" %}
로로에게 질문할 수 있습니다.
{% endhint %}

```
/기억삭제
```

{% hint style="info" %}
로로의 모든 *Context Window* (기억)를 삭제합니다. 대화 주제를 변경할 때 유용합니다.
{% endhint %}

```
/호감도
```

{% hint style="info" %}
호감도 점수, 관계 단계, 최근 변동 기록 등을 확인할 수 있습니다. 로로에게 어떤 말을 하느냐에 따라 호감도가 변동됩니다.
{% endhint %}

```
/가르치기
```

{% hint style="info" %}
로로에게 특정한 말을 가르칠 수 있습니다.
{% endhint %}

```
/지식평가
```

{% hint style="info" %}
로로의 가르치기 DB에 저장된 지식 중 랜덤하게 10개를 선택하여 평가합니다. "정확해요", "부정확해요", "신고하기" 중 하나의 반응을 선택할 수 있습니다.
{% endhint %}

```
/내지식
```

{% hint style="info" %}
로로에게 가르친 지식을 수정하거나 삭제할 수 있습니다.
{% endhint %}

```
/크레딧
```

{% hint style="info" %}
남은 검색 횟수를 확인할 수 있습니다. 관리자에게 요청하면 충전해 줄지도 모릅니다.
{% endhint %}

```
/충전
```

{% hint style="info" %}
**\[봇 소유자 전용]** 특정 유저의 크레딧을 충전합니다.
{% endhint %}

```
/관리자
```

{% hint style="info" %}
**\[봇 소유자 전용]** 신고된 지식을 관리합니다.
{% endhint %}

## **지원 서버:**

{% embed url="<https://discord.gg/cKYw8XHjZ8>" %}


---

# 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://stella-charlotte.gitbook.io/professional-panties-collector/v3.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.
