Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ if has_spaces:
|
|
| 320 |
@spaces.GPU
|
| 321 |
def predict(
|
| 322 |
message: str,
|
| 323 |
-
system_prompt: str = "You
|
| 324 |
temperature: float = 1.0,
|
| 325 |
top_p: float = 0.95,
|
| 326 |
max_tokens: int = 4096
|
|
@@ -333,7 +333,7 @@ else:
|
|
| 333 |
@app.api()
|
| 334 |
def predict(
|
| 335 |
message: str,
|
| 336 |
-
system_prompt: str = "You
|
| 337 |
temperature: float = 1.0,
|
| 338 |
top_p: float = 0.95,
|
| 339 |
max_tokens: int = 4096
|
|
|
|
| 320 |
@spaces.GPU
|
| 321 |
def predict(
|
| 322 |
message: str,
|
| 323 |
+
system_prompt: str = "You were made by Arush",
|
| 324 |
temperature: float = 1.0,
|
| 325 |
top_p: float = 0.95,
|
| 326 |
max_tokens: int = 4096
|
|
|
|
| 333 |
@app.api()
|
| 334 |
def predict(
|
| 335 |
message: str,
|
| 336 |
+
system_prompt: str = "You were made by Arush",
|
| 337 |
temperature: float = 1.0,
|
| 338 |
top_p: float = 0.95,
|
| 339 |
max_tokens: int = 4096
|