Skip to main content

No project description provided

Project description

rsnchat

This package package for interacting with GPT4-based chat services, OpenChat, Bard, Gemini and LlaMa without restrictions or limits

Installation

You can install the package via Pypi

pip install rsnchat

Usage GPT4

from rsnchat import RsnChat

rsn_chat = RsnChat("chatgpt_××××××××××××××××××××××")

gpt_response = rsn_chat.gpt("hello what is your name?")
print(gpt_response.get('message', ''))

Usage OpenChat

from rsnchat import RsnChat

rsn_chat = RsnChat("chatgpt_××××××××××××××××××××××")

openchat_response = rsn_chat.openchat("hello what is your name?")
print(openchat_response.get('message', ''))

Usage Bard

from rsnchat import RsnChat

rsn_chat = RsnChat("chatgpt_××××××××××××××××××××××")

bard_response = rsn_chat.bard("hello what is your name?")
print(bard_response.get('message', ''))

Usage Gemini

from rsnchat import RsnChat

rsn_chat = RsnChat("chatgpt_××××××××××××××××××××××")

gemini_response = rsn_chat.gemini("hello what is your name?")
print(gemini_response.get('message', ''))

Usage LlaMa

from rsnchat import RsnChat

rsn_chat = RsnChat("chatgpt_××××××××××××××××××××××")

llama_response = rsn_chat.llama("hello what is your name?")
print(llama_response.get('message', ''))

APIKEY

Discord : https://discord.gg/r5QWdKfQxr

Join discord server and create account with /new slash command and get your apikey with /key slash command for free!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsnchat-2.0.tar.gz (1.4 kB view details)

Uploaded Source

File details

Details for the file rsnchat-2.0.tar.gz.

File metadata

  • Download URL: rsnchat-2.0.tar.gz
  • Upload date:
  • Size: 1.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for rsnchat-2.0.tar.gz
Algorithm Hash digest
SHA256 cafbf2ea11e9f82d93f07a2cc474b9c902fe0852724b1ddbbfc30fc6e8abeb27
MD5 661bfcd32cf87ebc73aaa427502cb542
BLAKE2b-256 a568766ac33d265d2b4d8a441b0e63af10ab9808b949facdf3e6aab15ce30174

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page