Skip to content

Commit

Permalink
put back api link
Browse files Browse the repository at this point in the history
  • Loading branch information
azavalny committed Oct 10, 2024
1 parent 34a20c9 commit 948bbf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/ChatInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function ChatInterface() {
setIsStreaming(true);

try {
const response = await fetch('http://localhost:8080/query', {
const response = await fetch('https://dragongptbackend-c8drhcbng5cqf7aw.eastus2-01.azurewebsites.net/query', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ query: message })
Expand Down

0 comments on commit 948bbf8

Please sign in to comment.