Skip to content

Commit

Permalink
chore(js): update versions (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 17, 2024
1 parent 6b16666 commit 36740f8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions js/.changeset/purple-cherries-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions js/.changeset/slimy-pears-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions js/.changeset/swift-grapes-joke.md

This file was deleted.

12 changes: 12 additions & 0 deletions js/packages/openinference-instrumentation-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @arizeai/openinference-instrumentation-openai

## 0.1.0

### Minor Changes

- 1925aad: add support for legacy completions api
- 82c5d83: Add streaming instrumentation for OpenAI Chat completion

### Patch Changes

- Updated dependencies [1925aad]
- @arizeai/openinference-semantic-conventions@0.1.0

## 0.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-openai",
"version": "0.0.4",
"version": "0.1.0",
"description": "OpenInference instrumentation for OpenAI",
"private": false,
"main": "dist/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions js/packages/openinference-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arizeai/openinference-semantic-conventions

## 0.1.0

### Minor Changes

- 1925aad: add llm.prompts semantic convention

## 0.0.13

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-semantic-conventions",
"version": "0.0.13",
"version": "0.1.0",
"private": false,
"main": "dist/src/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 36740f8

Please sign in to comment.