Skip to content

Commit

Permalink
feat: Updated src/components/Chat/Chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Feb 1, 2024
1 parent b4f3e96 commit fe1ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ 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`,
`https://${process.env.RAILWAY_URL}/onResponseCompletion`,
{
method: 'POST',
headers: {
Expand Down

0 comments on commit fe1ac85

Please sign in to comment.