# AI Dokumentation

Denne mappe indeholder nøgle dokumenter relateret til LLM:

1. [LLM Evaluering Rapport](/da/ai-documentations/llm-evaluation-report.md)
2. [SkyDeck.ai LLM Klar Dokumentation](https://github.com/skydeckai/docs/blob/production/da/ai-documentations/skydeckai-llm-ready-documentation.md)

## LLM Evaluering Rapport

Præsenterer en sammenlignende analyse af forskellige LLM modeller, herunder:

* Ydelsesmålinger (respons tid, beståede tests)
* Kvalitetsvurderinger (CodeBLEU, nytte, funktionel korrekthed)
* Detaljerede forklaringer af scoringsmetoder

## LLM-Klar Dokumentation

Giver et samlet reference-dokument designet til LLM-forbrug, der kombinerer forskellige dokumentationer i et enkelt, let tilgængeligt format.

Disse dokumenter tilbyder indsigt i LLM-ydeevne og giver ressourcer til LLM-interaktioner. De kan opdateres, efterhånden som nye evalueringer udføres, eller dokumentationen revideres.


---

# 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/da/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.
