Contents

simpleaichat 0.2.2

0

A Python package for easily interfacing with chat apps, with robust features and minimal code comple

A Python package for easily interfacing with chat apps, with robust features and minimal code complexity.

Stars: 3353, Watchers: 3353, Forks: 213, Open Issues: 53

The minimaxir/simpleaichat repo was created 11 months ago and the last code push was 3 months ago.
The project is very popular with an impressive 3353 github stars!

How to Install simpleaichat

You can install simpleaichat using pip

pip install simpleaichat

or add it to a project with poetry

poetry add simpleaichat

Package Details

Author
Max Woolf
License
MIT
Homepage
https://github.com/minimaxir/simpleaichat
PyPi:
https://pypi.org/project/simpleaichat/
GitHub Repo:
https://github.com/minimaxir/simpleaichat
No  simpleaichat  pypi packages just yet.

Errors

A list of common simpleaichat errors.

Code Examples

Here are some simpleaichat code examples and snippets.

GitHub Issues

The simpleaichat package has 53 open issues on GitHub

  • JSONDecodeError - OpenAI API response is not json compliant
  • Not an issue, just an example
  • feat: create a session when no api_key is passed with a custom URL
  • ConnectError
  • ImportError
  • System messages
  • Add debugging option
  • Usage stats for streaming response.
  • Max tools > 9
  • Improve documentation on tools a bit
  • Support for opensource models like LLama
  • Using Code for User-Driven Data Collection - Handling Non-Responses & Clarifications
  • Build-in tenacity
  • Access Function Calling responses before Pydantic's parsing
  • orjson.JSONDecodeError: Input is a zero-length, empty document: line 1 column 1 (char 0)

See more issues on GitHub

Related Packages & Articles

farm-haystack 1.25.2

LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data.

openai 1.16.2

The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the OpenAI API.

gpt-code-assistant 0.0.1

gpt-code-assistant is an intelligent coding assistant leveraging language models to search, retrieve, explore and comprehend your codebase.

pandasai 2.0.30

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.

audiocraft 1.2.0

The Audiocraft library is a powerful tool for audio processing and generation using deep learning. Developed by Facebook Research, it includes the Encodec audio compressor tokenizer and MusicGen, a language model for music generation that can be controlled with text and melody. This makes it a valuable resource for developers and researchers interested in music generation and audio processing. The library is built on PyTorch and requires a GPU for operation.