Gemechis commited on
Commit
2615ffd
·
verified ·
1 Parent(s): 919bb54

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -3,7 +3,7 @@ from fastapi import FastAPI, HTTPException, Query
3
 
4
  app = FastAPI()
5
 
6
- API_URL = "https://huggingface.co/spaces/Gemechis/noname/generate-response"
7
 
8
  def generate_text(prompt):
9
  params = {
 
3
 
4
  app = FastAPI()
5
 
6
+ API_URL = "https://curated.aleph.cloud/vm/b950fef19b109ef3770c89eb08a03b54016556c171b9a32475c085554b594c94/completion"
7
 
8
  def generate_text(prompt):
9
  params = {