Skip to content

Commit

Permalink
feat: Updated src/components/Chat/NewChat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Feb 1, 2024
1 parent fe1ac85 commit 070d8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Chat/NewChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ export const Chat = memo(({ stopConversationRef, courseMetadata }: Props) => {

try {
// Log conversation to our Flask Backend (especially Nomic)
const response = await fetch(
`https://flask-production-751b.up.railway.app/onResponseCompletion`,
const response = await fetch(
`https://${process.env.RAILWAY_URL}/onResponseCompletion`,
{
method: 'POST',
headers: {
Expand Down

0 comments on commit 070d8ea

Please sign in to comment.