Skip to content

Commit

Permalink
Swap in prod client-side API keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore-cb committed Feb 9, 2024
1 parent 62d2088 commit 123ffaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base-docs/src/components/DocChat/docChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function getConversationId(): Promise<number> {
'Content-Type': 'application/json',
},
body: JSON.stringify({
api_key: '0ab8984e-327c-4a8b-bea3-769ca01fac35',
api_key: '7f73a4b9-96b3-4689-8688-b120ea0ee916',
}),
});

Expand Down Expand Up @@ -159,7 +159,7 @@ export async function streamPromptResponse(
const url = 'https://api.mendable.ai/v1/mendableChat';

const data = {
api_key: '0ab8984e-327c-4a8b-bea3-769ca01fac35',
api_key: '7f73a4b9-96b3-4689-8688-b120ea0ee916',
question: prompt,
history: chatHistory,
conversation_id: conversationId,
Expand Down

0 comments on commit 123ffaf

Please sign in to comment.