Skip to content

Commit 2cb2a31

Browse files
committed
cleaning and library improvements
1 parent cc834ee commit 2cb2a31

22 files changed

+65
-7
lines changed

.github/FUNDING.yml

100644100755
File mode changed.

.gitignore

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
models/inferences
44
.local
55
*.compiled
6+
.DS_Store

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

apis/bing/api.js

100644100755
File mode changed.

apis/huggingface/api.js

100644100755
File mode changed.

apis/huggingface/check.py

100644100755
File mode changed.

apis/huggingface/use.py

100644100755
File mode changed.

apis/openai/api.js

100644100755
File mode changed.

constants.js

100644100755
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ export const MODELS = {
5858
"bing-creative": { kind: "bing-creative" },
5959
"bing-balanced": { kind: "bing-balanced" },
6060
"bing-precise": { kind: "bing-precise" },
61-
llama: { kind: "llama" },
62-
"gpt-2-xl": { kind: "gpt-2-xl" },
6361
}

0 commit comments

Comments
 (0)