Clay Icon

API Usage and Data Handling for gpt-3.5-turbo Explained

·
·

Question: when I make an API call to gpt-3.5-turbo, I see that it goes to your backend and not openai directly. That's ok. I understand you might want to do this for many technical reasons. But I have a question. Do you store the calls I am making to openAI in a internal database?

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    Hey Wayne! Not sure what you mean that the calls don't go directly to openAI, as this is an API endpoint and should be processed accordingly.

  • Avatar of Clay Team
    Clay Team
    APP
    ·
    ·

    In any case, since we don't have a table history/version option to recover, only the latest calls reflected in your table should be the ones.

  • Avatar of Wayne H.
    Wayne H.
    ·
    ·

    Arturo O. it's proxied to your backend. I am asking whether you store my requests

  • Avatar of Wayne H.
    Wayne H.
    ·
    ·

    probably a tech question

  • Avatar of Arturo O.
    Arturo O.
    ·
    ·

    Got it! Yeah, I thought that may be the case. Will ask and reach back here.