Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
·
fdc39d2
1
Parent(s):
6254e11
stableLM
Browse files- question_paper.py +1 -1
question_paper.py
CHANGED
@@ -9,7 +9,7 @@ app = FastAPI()
|
|
9 |
|
10 |
MODEL = None
|
11 |
TOKENIZER = None
|
12 |
-
|
13 |
@app.get("/")
|
14 |
def llama(input):
|
15 |
prompt = [{'role': 'user', 'content': input}]
|
|
|
9 |
|
10 |
MODEL = None
|
11 |
TOKENIZER = None
|
12 |
+
# ?input=%22Name%203%20shows%22
|
13 |
@app.get("/")
|
14 |
def llama(input):
|
15 |
prompt = [{'role': 'user', 'content': input}]
|