Update main.py
Browse files
main.py
CHANGED
@@ -3,7 +3,7 @@ from fastapi import FastAPI, HTTPException, Query
|
|
3 |
|
4 |
app = FastAPI()
|
5 |
|
6 |
-
API_URL = "https://
|
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 = {
|