Visarg Desai

Results 74 comments of Visarg Desai

As I mentioned in my comment, we are already working on reducing the friction by allowing to change provider in an already saved prompt. That should ideally address the issue....

The underlying system of prompt library management is not tightly coupled with a provider. Its just a UI/UX restriction that we had which does not allow users to switch between...

This is live now. You can change provider in saved prompts as well now.

We will surely add a documentation for that. But till that is live, you can go through this documentation and make changes to your forked copy of gateway. https://hono.dev/getting-started/aws-lambda Gateway...

Hey. Was this helpful. Were you able to deploy on AWS Lambda?

Thanks for reporting the issue. Cohere was not actively supported as a part of prompt management. We will add cohere models to prompt management in a day. I will update...

Apologies for the delay here. We are still working on this. This should be live in first half of next week. This needs a deeper mapping as cohere supports a...

We do support LangchainJS. You can use the following snippet to use portkey managed version: ``` import { ChatOpenAI } from "@langchain/openai"; const model = new ChatOpenAI({ modelName: "gpt-3.5-turbo", openAIApiKey:...

Hey @zandko - Did this snippet work for you?

Hey @nsdou - Sorry for the delay on this. Can you please resolve merge conflicts. We will merge the PR post that.