Skip to content

Commit

Permalink
docs: No subject (GITBOOK-333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lopatecki authored and gitbook-bot committed Oct 9, 2023
1 parent 299a625 commit cf3b623
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [What is LLM Observability?](concepts/llm-observability.md)
* [LLM Traces](concepts/llm-traces.md)
* [LLM Evals](concepts/llm-evals.md)
* [Models for LLM Evals](concepts/llm-evals/models-for-llm-evals.md)
* [Retrieval (RAG) Relevance](concepts/llm-evals/retrieval-rag-relevance.md)
* [Hallucinations](concepts/llm-evals/hallucinations.md)
* [Q\&A on Retrieved Data](concepts/llm-evals/q-and-a-on-retrieved-data.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/concepts/llm-evals/models-for-llm-evals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
description: Supported Models Used as LLM Eval
---

# Models for LLM Evals

We currently support a growing set of models for LLM Evals, please check out the [API section for usage](../../api/evaluation-models.md):

* GPT-4 / GPT-3.5 Turbo
* Instruct GPT
* Azure Hosted Open AI 
* Palm 2 Vertex
* AWS Bedrock 
* Litellm (coming soon)
* Huggingface 
* Anthropic
* Cohere 

0 comments on commit cf3b623

Please sign in to comment.