Skip to main content

uxuxxai

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

установка

pip install uxuxxai

в консоли

uxuxxai привет

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

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

с температурой:

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

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

интерактивный режим:

uxuxxai

чат с памятью

по умолчанию памяти нет, каждый запрос отдельно.

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

import uxuxxai

chat = uxuxxai.Chat(save="mychat.json")

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

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

# тебя зовут артем

чат сохраняется в файл после каждого сообщения.

потом можно загрузить:

chat = uxuxxai.Chat(load="mychat.json")

print(chat.ask("о чем мы говорили?"))

в консоли то же самое:

uxuxxai --save mychat.json

uxuxxai --load mychat.json

очистить историю:

chat.clear()

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

print(chat.history())

в питоне без памяти

import uxuxxai

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

print(uxuxxai.ask("сколько будет 2+2"))

телеграм бот

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()

дискорд бот

import discord
import uxuxxai

client = discord.Client(intents=discord.Intents.default())

@client.event
async def on_message(msg):
    if msg.author == client.user:
        return
    await msg.channel.send(uxuxxai(msg.content))

client.run("ТОКЕН")

заметки

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

ответ приходит за 5-15 секунд.

лицензия mit

Release files for uxuxxai 0.4.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.4.0
File Size Uploaded
uxuxxai-0.4.0.tar.gz 4.1 kB Details

Built distribution (wheel)

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

Total release size: 8.8 kB

Release files / uxuxxai-0.4.0.tar.gz

Download URL uxuxxai-0.4.0.tar.gz
Size 4.1 kB
Tags Source
SHA-256 checksum
How to use checksums
9bec74ab5db6c1c28644733a7d5900ed9346d8a68a1f006da2bf0f05b32cf633
BLAKE2b-256 checksum
How to use checksums
b50bb11cdc969da85d2163109e94b04243054c112d6f38cfad8f51f628155f05
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.4.0-py3-none-any.whl

Download URL uxuxxai-0.4.0-py3-none-any.whl
Size 4.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
782bc5314cc6b7f7273f7b429e1a680eda3ca90e39b89c8f79e4aa7d98d55826
BLAKE2b-256 checksum
How to use checksums
7e425ad74baa88d28da394ba53042bfc47f3a424ab18bad51c02e9e6cbf8942a
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

0.5.0

2 release files

This release

0.4.0 This release

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