Skip to content

Commit

Permalink
Update llm spans
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Sep 14, 2023
1 parent f0d12da commit 6a89928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ai/llm-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ linkTitle: LLM Calls
<!-- toc -->

- [LLM Request attributes](#llm-request-attributes)
- [Configuration](#configuration)
- [Semantic Conventions for specific LLM technologies](#semantic-conventions-for-specific-llm-technologies)

<!-- tocstop -->
Expand Down Expand Up @@ -54,6 +55,7 @@ These attributes track input data and metadata for a request to an LLM. Each att
| `gpt-3.5-turbo-16k` | GPT-3.5-turbo with 16k context window|
| `claude-instant-1` | Claude Instant (latest version) |
| `claude-2` | Claude 2 (latest version) |
`other-llm` | Any LLM not listed in this table. Use for any fine-tuned version of a model. |
<!-- endsemconv -->

## LLM Response attributes
Expand Down

0 comments on commit 6a89928

Please sign in to comment.