langchainjs icon indicating copy to clipboard operation
langchainjs copied to clipboard

add helicone options

Open hwchase17 opened this issue 2 years ago • 1 comments

something like:

const model = new OpenAI(
    {},
    {
       ...HeliconeOptions({
          propertySession: "24",
          propertyConversation: "support_issue_2",
          propertyApp: "mobile",
          cacheEnabled: false
       }),
       otherAxiosConfigurationOption: "value"
    }
)

hwchase17 avatar Feb 23 '23 19:02 hwchase17

Not sure how important this is, given you can achieve all Helicone functionality with this anyway #120

spark-ming avatar Apr 22 '23 02:04 spark-ming

Hi, @hwchase17! I'm here to help the LangChain team manage their backlog and I wanted to let you know that we are marking this issue as stale.

From what I understand, you requested the addition of helicone options to the OpenAI library and provided an example of how these options could be implemented. However, there has been a comment from spark-ming questioning the importance of this addition, as the functionality can already be achieved with the existing options.

Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself or it will be automatically closed in 7 days.

Thank you for your contribution and please don't hesitate to reach out if you have any further questions or concerns!

dosubot[bot] avatar Aug 18 '23 16:08 dosubot[bot]