michaelbeale-il commited on
Commit
da09dd6
1 Parent(s): 357cc18

Update server.ts

Browse files
Files changed (1) hide show
  1. server.ts +1 -1
server.ts CHANGED
@@ -1,7 +1,7 @@
1
  import * as express from "express";
2
 
3
  const PORT = 7860;
4
- const BOT_USERNAME = "@discussion-bot";
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`;