Skip to main content

uxuxxai

бесплатный гпт, без ключа и тд, без ограничений

установка

pip install uxuxxai

в консоли

uxuxxai привет

uxuxxai сколько будет 2+2

uxuxxai "объясни циклы в питоне"

уровень размышления

чем выше — тем дольше думает, но умнее отвечает:

uxuxxai -r minimal "привет"

uxuxxai -r low "сколько будет 2+2"

uxuxxai -r medium "реши задачу"

uxuxxai -r high "реши сложную задачу по математике"

по умолчанию medium.

температура

uxuxxai -t 0.2 "точный ответ"

uxuxxai -t 1.5 "креативный ответ"

настройки по умолчанию

uxuxxai -r high
# теперь все следующие запросы с high

uxuxxai -t 0.3 -r low
# изменил температуру и reasoning

посмотреть что стоит:

uxuxxai --config

чат с памятью

по умолчанию памяти нет.

если хочешь чтобы помнил:

import uxuxxai

chat = uxuxxai.Chat(save="mychat.json", reasoning="high")

print(chat.ask("меня зовут артем"))

print(chat.ask("как меня зовут?"))

в консоли:

uxuxxai --save mychat.json -r high

uxuxxai --load mychat.json

в питоне

import uxuxxai

print(uxuxxai("привет"))

print(uxuxxai.ask("сложная задача", reasoning="high"))

print(uxuxxai.ask("быстрый ответ", reasoning="minimal"))

телеграм бот

import telebot
import uxuxxai

bot = telebot.TeleBot("ТОКЕН")

@bot.message_handler(func=lambda m: True)
def reply(msg):
    bot.send_message(msg.chat.id, uxuxxai(msg.text))

bot.polling()

заметки

нужен интернет.

high reasoning отвечает дольше (может 30-60 секунд).

лицензия mit

Release files for uxuxxai 0.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for uxuxxai 0.5.0
File Size Uploaded
uxuxxai-0.5.0.tar.gz 4.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for uxuxxai 0.5.0
File Interpreter ABI Platform
uxuxxai-0.5.0-py3-none-any.whl Python 3 none any Details

Total release size: 8.8 kB

Release files / uxuxxai-0.5.0.tar.gz

Download URL uxuxxai-0.5.0.tar.gz
Size 4.1 kB
Tags Source
SHA-256 checksum
How to use checksums
2cc66d6cf9ab14be768c77c69c23fb5704b5c4beca1b41d41aab916e14a44b38
BLAKE2b-256 checksum
How to use checksums
8e9e3ee633ab723f9d652b088210d7aa9e9586a2d2dfc6802985483c9927dec4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.13

Release files / uxuxxai-0.5.0-py3-none-any.whl

Download URL uxuxxai-0.5.0-py3-none-any.whl
Size 4.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8f070fa964cbc2a51aa2d977459a236a94ce5117b2af6b0810765c0a078fc85b
BLAKE2b-256 checksum
How to use checksums
7ff827176c754c6c64dbc11d271e4e5ece2b88a15d5583c8ff93a83bd48d3804
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.13

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page