FumesAI commited on
Commit
072f20e
1 Parent(s): 292ab78

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -1
index.html CHANGED
@@ -97,7 +97,6 @@ response = requests.post('https://fumes-api.onrender.com/llama3',
97
  for chunk in response.iter_content(chunk_size=1024):
98
  if chunk:
99
  print(chunk.decode('utf-8'))
100
- print(r.text)
101
  </code></pre>
102
  </body>
103
  </html>
 
97
  for chunk in response.iter_content(chunk_size=1024):
98
  if chunk:
99
  print(chunk.decode('utf-8'))
 
100
  </code></pre>
101
  </body>
102
  </html>