# Tài liệu AI

Thư mục này chứa các tài liệu quan trọng liên quan đến LLM:

1. [Báo cáo Đánh giá LLM](/vi/ai-documentations/llm-evaluation-report.md)
2. [Tài liệu Sẵn sàng LLM của SkyDeck.ai](https://github.com/skydeckai/docs/blob/production/vi/ai-documentations/skydeckai-llm-ready-documentation.md)

## Báo cáo Đánh giá LLM

Trình bày phân tích so sánh của các mô hình LLM khác nhau, bao gồm:

* Các chỉ số hiệu suất (thời gian phản hồi, số bài kiểm tra đã vượt qua)
* Đánh giá chất lượng (CodeBLEU, tính hữu ích, độ chính xác chức năng)
* Giải thích chi tiết về phương pháp chấm điểm

## Tài liệu Sẵn sàng cho LLM

Cung cấp một tài liệu tham khảo tổng hợp được thiết kế cho việc tiêu thụ LLM, kết hợp nhiều tài liệu thành một định dạng duy nhất, dễ tiếp cận.

Các tài liệu này cung cấp cái nhìn sâu sắc về hiệu suất LLM và cung cấp tài nguyên cho các tương tác với LLM. Chúng có thể được cập nhật khi có các đánh giá mới được thực hiện hoặc tài liệu được sửa đổi.


---

# 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.skydeck.ai/vi/ai-documentations.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.
