Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAI dashboard does not include text-embedding-ada-002 model #2147

Closed
hammady opened this issue Nov 13, 2023 · 2 comments
Closed

OpenAI dashboard does not include text-embedding-ada-002 model #2147

hammady opened this issue Nov 13, 2023 · 2 comments
Labels
bug Something isn't working inactive stale

Comments

@hammady
Copy link

hammady commented Nov 13, 2023

OpenAI integration dashboard does not show the cost for embeddings, and I noticed that the embeddings model (text-embedding-ada-002) is not listed at the top.

Description

I followed the instructions for OpenAI integration and I can see metrics with no issues.

However, the dashboard does not show the cost for embeddings, and I noticed that the embeddings model (text-embedding-ada-002) is not listed at the top. The pricing was updated on August 3, so is there any plan to update the pricing, knowing that this model is already more than 1 year old!

Steps to Reproduce

  • Follow the quick start for OpenAI to integrate observability into your Python OpenAI code.
  • Do thousands of requests using the OpenAI API

Expected Behavior

  • I expect to see non-zero cost on the dashboard.

Relevant Logs / Console output

Screenshot:
image

Your Environment

Python 3.11 running on Linux:

from dotenv import load_dotenv
from nr_openai_observability import monitor

load_dotenv()

logger.debug(f"NewRelic application: {os.getenv('NEW_RELIC_APP_NAME')}")

if os.getenv('NEW_RELIC_APP_NAME') and os.getenv('NEW_RELIC_LICENSE_KEY'):
  monitor.initialization(application_name=os.getenv('NEW_RELIC_APP_NAME'))

# ... lots of openai APIs.
@hammady hammady added the bug Something isn't working label Nov 13, 2023
Copy link

Old issues will be closed after 105 days of inactivity. This issue has been quiet for 90 days and is being marked as stale. Reply here to keep this issue open.

@github-actions github-actions bot added the stale label Feb 12, 2024
Copy link

This issue is being closed due to inactivity. Is this a mistake? Please re-open this issue or create a new one.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working inactive stale
Projects
None yet
Development

No branches or pull requests

1 participant