Skip to content

Commit

Permalink
MODIFIED: changed stream_chat url
Browse files Browse the repository at this point in the history
  • Loading branch information
AquibPy committed Apr 23, 2024
1 parent 07dbc64 commit 5497016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>Chat with AI</h1>
<script>
async function sendMessage() {
var message = document.getElementById("message").value;
var response = await fetch('http://localhost:8000/stream_chat', {
var response = await fetch('https://llm-pgc4.onrender.com/stream_chat', {
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
Expand Down

0 comments on commit 5497016

Please sign in to comment.