Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Releases: AstraBert/jan-scraper

jan-scraper v0.1.0b1

08 Feb 17:47
6af0cc4
Compare
Choose a tag to compare

🎉jan-scraper for conversation: Now jan-scraper is optimized also to use Jan as an interface to hold a conversation with several text-generation and text2text-generation HuggingFace models, in 89 different languages, with your own pdfs.

Added conversator, anylang and models_source modules to manage this new conversation function

jan-scraper v0.0.4b1

04 Feb 20:47
7e16489
Compare
Choose a tag to compare

Added scraper.convert_stream_to_jsonl(stream) and scraper.mine_content_from_jsonl(jsonlfile) to adjust to new Jan v0.4.5 API "stream" parameter. See the README for more information.

jan-scraper v0.0.4b0

02 Feb 20:43
84b1962
Compare
Choose a tag to compare

Adjustments of the package on new Jan release (v0.4.5)

jan-scraper v0.0.3b0

28 Jan 20:10
b65b324
Compare
Choose a tag to compare

Added the model jan_scraper.formatter with the convert_code_to_curl_json function to format code in a JSON-compatible string that will be piped in the API

jan-scraper v0.0.2b2

26 Jan 13:35
5ced400
Compare
Choose a tag to compare

Added the possibility to activate more than one model at once within activate_jan_api function: this may be incompatible with RAM/CPU resources and/or may result in the activation of only one model, which may also happen not to be the desired one: set the parameter auto to False and activate the API manually to avoid this inconvenient.
Check out the README and the user_case_API.py for more detailed explanations.

jan-scraper v0.0.2b1

26 Jan 01:21
4d4cefd
Compare
Choose a tag to compare

Introduced the possibility to scrape Jan also via API.
May be unstable, may not work for all the machines (tested on Windows 11).

jan-scraper v0.0.1b3

25 Jan 15:57
3ac3afe
Compare
Choose a tag to compare

This is the first public, non-test version of jan-scraper.

Brief description:

jan-scraper: interact with Jan.ai by sending messages and retrieving the response

⚠️DISCLAIMER: This version is stil a beta and it is built for small, end-user, customizable projects. It is not optimized for scaling LLMs on large applications: we will get there, but for now, we are still far.

jan-scraper is a Python package that provides a convenient interface to interact with Jan.ai. Jan.ai is an open-source desktop app designed to run large language models (LLMs) locally, ensuring an offline and privacy-focused environment. With jan-scraper, you can easily send messages to Jan and retrieve responses, making it a versatile tool for leveraging Jan's capabilities programmatically.

See the README for more