Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
colemccracken committed Dec 19, 2023
1 parent 14e2e4b commit 4c04d18
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/next/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ export default function Home() {
<div className="relative flex w-full h-full overflow-hidden">
<div className="group w-full pl-0 animate-in duration-300 ease-in-out peer-[[data-state=open]]:lg:pl-[250px] peer-[[data-state=open]]:xl:pl-[300px]">
<OpenAssistantsChat
<<<<<<< Updated upstream
api={`${
process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000'
}/v1alpha/assistants/hooli/chat`}
name="Chevrolet of Watsonville Chat Team"
=======
api={`https://openassistants-fast-api-server-pr-56.onrender.com/v1alpha/assistants/hooli/chat`}
name="Example Assistant"
>>>>>>> Stashed changes
name="Chevrolet of Watsonville Chat Team"
starterPrompts={[
{
title: 'Display store hours',
Expand Down

0 comments on commit 4c04d18

Please sign in to comment.