Skip to content

Commit

Permalink
fix(playground): remove gpt-3.5-turbo-instruct (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Jan 16, 2025
1 parent bbec3f5 commit 7c59f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phoenix/server/api/helpers/playground_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ def _llm_token_counts(usage: "CompletionUsage") -> Iterator[tuple[str, Any]]:
"gpt-3.5-turbo-0125",
"gpt-3.5-turbo",
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo-instruct",
],
)
class OpenAIStreamingClient(OpenAIBaseStreamingClient):
Expand Down

0 comments on commit 7c59f66

Please sign in to comment.