Spaces:
Build error
Build error
Commit
·
da09dd6
1
Parent(s):
357cc18
Update server.ts
Browse files
server.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import * as express from "express";
|
| 2 |
|
| 3 |
const PORT = 7860;
|
| 4 |
-
const BOT_USERNAME = "@
|
| 5 |
const INFERENCE_URL =
|
| 6 |
"https://api-inference.huggingface.co/models/bigscience/bloom";
|
| 7 |
const PROMPT = `Pretend that you are a bot that replies to discussions about machine learning, and reply to the following comment:\n`;
|
|
|
|
| 1 |
import * as express from "express";
|
| 2 |
|
| 3 |
const PORT = 7860;
|
| 4 |
+
const BOT_USERNAME = "@michaelbeale-il";
|
| 5 |
const INFERENCE_URL =
|
| 6 |
"https://api-inference.huggingface.co/models/bigscience/bloom";
|
| 7 |
const PROMPT = `Pretend that you are a bot that replies to discussions about machine learning, and reply to the following comment:\n`;
|