t.me/xtekky
commited on
Commit
•
bd326b3
1
Parent(s):
0420efc
t3nsor.tech is down
Browse files- README.md +2 -2
- t3nsor/__init__.py +1 -1
README.md
CHANGED
@@ -4,9 +4,9 @@ This repository provides reverse-engineered language models from various sources
|
|
4 |
|
5 |
> **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
|
6 |
|
7 |
-
## Best Chatgpt site
|
8 |
> https://chat.xtekky.com/chat
|
9 |
-
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN
|
10 |
|
11 |
## To-Do List
|
12 |
|
|
|
4 |
|
5 |
> **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
|
6 |
|
7 |
+
<!-- ## Best Chatgpt site
|
8 |
> https://chat.xtekky.com/chat
|
9 |
+
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN -->
|
10 |
|
11 |
## To-Do List
|
12 |
|
t3nsor/__init__.py
CHANGED
@@ -53,7 +53,7 @@ class Completion:
|
|
53 |
prompt: str = 'hello world',
|
54 |
messages: list = []) -> T3nsorResponse:
|
55 |
|
56 |
-
|
57 |
|
58 |
response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
|
59 |
'messages' : messages,
|
|
|
53 |
prompt: str = 'hello world',
|
54 |
messages: list = []) -> T3nsorResponse:
|
55 |
|
56 |
+
raise Exception('The t3nsor.tech API is currently down.')
|
57 |
|
58 |
response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
|
59 |
'messages' : messages,
|