Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

grokwrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grokwrapper

Lightweight wrapper for Grok by xAI – access Grok models via web interface without API key

pipPyPI
Version
0.1.0
Maintainers
1

grokwrapper

Lightweight wrapper for Grok by xAI – access Grok models via web interface without API key.

⚠️ Disclaimer: This library is for educational purposes. Use responsibly and respect xAI's terms of service.

Installation

pip install grokwrapper

Quick start

from grokwrapper import GrokClient

client = GrokClient()
response = client.chat("Hello! How are you today?")
print(response)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts