How to access gpt4 model logs

Prakash Nair 0 Reputation points
2023-10-17T21:55:54.27+00:00

We have deployed a gpt4 model. We are able to access the model and it gives results.

No logs are visible for the activity.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,728 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 20,500 Reputation points
    2023-10-18T03:32:38.13+00:00

    What kinds of logs do you mean?

    As explained by Open AI: With zero data retention, request and response bodies are not persisted to any logging mechanism and exist only in memory in order to serve the request.

    https://platform.openai.com/docs/models/whisper

    0 comments No comments

  2. Dillon Silzer 56,681 Reputation points
    2023-10-18T04:22:25.1433333+00:00

    Hello Prakash,

    Perhaps this can assist you with logs.

    Implement logging and monitoring for Azure OpenAI models

    https://learn.microsoft.com/en-us/azure/architecture/ai-ml/openai/architecture/log-monitor-azure-openai?source=post_page-----148c1babcae7--------------------------------

    "This solution provides comprehensive logging and monitoring and enhanced security for enterprise deployments of the Azure OpenAI Service API. The solution enables advanced logging capabilities for tracking API usage and performance and robust security measures to help protect sensitive data and help prevent malicious activity."

    User's image


    If this is helpful please accept answer.

    0 comments No comments