Skip to content

Commit

Permalink
t3nsor.tech is down
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Apr 12, 2023
1 parent 0420efc commit bd326b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This repository provides reverse-engineered language models from various sources

> **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.
## Best Chatgpt site
<!-- ## Best Chatgpt site
> https://chat.xtekky.com/chat
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN
> This site was developed by me and includes **gpt-4**, **internet access** and **gpt-jailbreak's** like DAN -->

## To-Do List

Expand Down
2 changes: 1 addition & 1 deletion t3nsor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create(
prompt: str = 'hello world',
messages: list = []) -> T3nsorResponse:

#raise Exception('The t3nsor.tech API is currently down.')
raise Exception('The t3nsor.tech API is currently down.')

response = post('https://www.t3nsor.tech/api/chat', json = Completion.model | {
'messages' : messages,
Expand Down

0 comments on commit bd326b3

Please sign in to comment.