mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
t3nsor.tech is down
This commit is contained in:
parent
0420efceeb
commit
bd326b354d
@ -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
|
||||
|
||||
|
@ -53,7 +53,7 @@ class Completion:
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user