We’re looking to get real-time feedback with first time AIP users and want to deskside with you. We’ll take notes as you create your first workflows in Foundry and jot down feedback as we go. This is an exciting opportunity to shape product going forward and it’s the first time we’re opening this up to the public.
Whether you’re technical or not we’d love to hear from you! If you’re interested in participating, drop us a note at community-involvement-desksides@palantir.com with the title [AIP NOW Feedback].
14 Likes
I have used AIP with chatGPT and openAI related models and it works fine.
However, I do not see any documentation on
“How to use AIP with open source models like Laama2/Mixtral Claude etc”
I am able to import the open source models using below code
opensource_model=GenericCompletionLanguageModelInput(“ri.language-model-service…language-model.llama-2-13b-chat”),
Can you please provide few examples of the open source source model usage to do sentiment analysis or language translation/ classification etc?