Skip to content

Releases: GitData-GA/GenAI

R Version 0.2.0

16 Feb 03:16
020c839
Compare
Choose a tag to compare
  • Rewrite in R6 class
  • Support another generative AI service provider - Moonshot AI
  • Add image generation
  • Omit txt shortcut functions

Python Version 0.1.8

20 Jan 06:08
87843ee
Compare
Choose a tag to compare
  • Create available_models()
  • Create connect()
  • In txt module, create txt(), txt.explain_code(), txt.fix_grammar(), txt.image(), txt.optimize_code()
  • NEXT STEP: Create the chat module

Version 0.1.15

18 Jan 02:32
4e17e8c
Compare
Choose a tag to compare
  • Change text functions to txt to avoid same function name as base R
  • Improve .Rd
  • Fix DESCRIPTION title
  • Add ORCID for author

Version 0.1.14

17 Jan 13:40
7afdf2e
Compare
Choose a tag to compare
  • Fix .Rd documentation

Version 0.1.13

17 Jan 01:11
4f70689
Compare
Choose a tag to compare
  • Fix chat.setup()

Version 0.1.12

17 Jan 01:07
91b32b4
Compare
Choose a tag to compare
  • Fix .Rd

Version 0.1.11

16 Jan 14:38
91b32b4
Compare
Choose a tag to compare
  • Delete .Rhistory and rebuild

Version 0.1.10

16 Jan 07:04
ec76292
Compare
Choose a tag to compare
  • Fix image.to.data.uri()
  • User can only use image from online resources as a https:// link format

Version 0.1.9

16 Jan 07:01
b1f80b2
Compare
Choose a tag to compare
  • Fix image.to.data.uri()

Version 0.1.8

16 Jan 06:02
b1f80b2
Compare
Choose a tag to compare
  • Fix image.to.data.url()