|
--- |
|
title: Degpt |
|
emoji: 🔥 |
|
colorFrom: red |
|
colorTo: red |
|
sdk: docker |
|
pinned: false |
|
--- |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|
|
|
``` |
|
|
|
curl 'https://usa-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'sec-ch-ua-platform: "macOS"' \ |
|
-H 'Referer: https://www.degpt.ai/' \ |
|
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \ |
|
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \ |
|
-H 'DNT: 1' \ |
|
-H 'Content-Type: application/json' \ |
|
-H 'sec-ch-ua-mobile: ?0' \ |
|
--data-raw '{"model":"Qwen2.5-72B","messages":[{"role":"user","content":"hi"}],"project":"DecentralGPT","stream":true}' |
|
|
|
|
|
curl 'https://singapore-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'sec-ch-ua-platform: "macOS"' \ |
|
-H 'Referer: https://www.degpt.ai/' \ |
|
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \ |
|
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \ |
|
-H 'DNT: 1' \ |
|
-H 'Content-Type: application/json' \ |
|
-H 'sec-ch-ua-mobile: ?0' \ |
|
--data-raw '{"model":"Qwen2.5-72B","messages":[{"role":"user","content":"hi"}],"project":"DecentralGPT","stream":true}' |
|
|
|
|
|
|
|
curl 'https://korea-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'sec-ch-ua-platform: "macOS"' \ |
|
-H 'Referer: https://www.degpt.ai/' \ |
|
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \ |
|
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \ |
|
-H 'DNT: 1' \ |
|
-H 'Content-Type: application/json' \ |
|
-H 'sec-ch-ua-mobile: ?0' \ |
|
--data-raw '{"model":"Qwen2.5-72B","messages":[{"role":"user","content":"hi"}],"project":"DecentralGPT","stream":true}' |
|
|
|
|
|
|
|
########250106 |
|
curl 'https://usa-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'accept: */*' \ |
|
-H 'content-type: application/json' \ |
|
--data-raw '{"model":"Llama3.3-70B","messages":[{"role":"user","content":"1"}],"project":"DecentralGPT","stream":true}' |
|
|
|
curl 'https://singapore-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'Accept: */*' \ |
|
-H 'Content-Type: application/json' \ |
|
--data-raw '{"model":"Llama3.3-70B","messages":[{"role":"user","content":"1"}],"project":"DecentralGPT","stream":true}' |
|
|
|
curl 'https://korea-chat.degpt.ai/api/v0/chat/completion/proxy' \ |
|
-H 'Accept: */*' \ |
|
-H 'Content-Type: application/json' \ |
|
--data-raw '{"model":"Llama3.3-70B","messages":[{"role":"user","content":"1"}],"project":"DecentralGPT","stream":true}' |
|
|
|
``` |