No project description provided
Project description
base.py
👋 Hi there,
This module is to simplify the access to my utility functions. Feel free to use it and suggest improvements 🤝
Last Update - 23rd of November 2023
Added the latest models from Open AI and added a func to extract the conversation in a clean manner even with nested json. Not following the best practices but it works 👌
What is in this package?
The codebase is separated in 4 main sections: 1. General utilities functions 2. Date & Time related functions 3. Internet related functions 4. ChatGPT related functions
TODO => provide some examples in this README to make it more convenient.
Dependencies If not already installed, this module will install the following packages and their dependencies:
- tiktoken - to calculate the number of tokens
- openai - for embedding, chat-gpt-3.5, chat-gpt-instruct, and chat-gpt-4
- request
Old Updates
September: We are now using Chat-GPT-Instruct when "asking a question" to GPT. This is faster and more performant than queriying the Chat Model (3.5 turbo). Asking a question to GPT4 is still possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for henryobj-0.1.58-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1217dbd97603cede47be4210006c5dbeaefc4ced524e64028c68a4d0657ce109 |
|
MD5 | cdc027c2d0fc35a694c6298eef67a2d2 |
|
BLAKE2b-256 | 2cef499814d5ef5351ba8ae2719e654dba3b330ff7e98da8f52ec83e953c00ee |