Skip to content

Commit

Permalink
feat: added config url
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalPawar1010 committed Jul 25, 2024
1 parent c130f4a commit 907ca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Copilot/Copilot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import "./Copilot.css";

import Markdown from '../ResponseFormat/Markdown';
import { PiecesClient } from 'pieces-copilot-sdk';
import { BASE_URL } from '../../../platform.config';

// Replace 'your_base_url' with your actual base URL
export const BASE_URL = 'http://localhost:1000';
export const piecesClient = new PiecesClient({ baseUrl: BASE_URL });

let GlobalConversationID: string;
Expand Down

0 comments on commit 907ca97

Please sign in to comment.